diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-15 10:00:18 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-15 10:00:18 +0200 |
commit | 1f60d88cf6f5ad3efcad6e7ef1501ce334046e40 (patch) | |
tree | ab2e33cf596b08a9c804714f9b55afb787f932d1 /miscutils/ubi_tools.c | |
parent | ebe8c14d34d3f6957b4e44967c9089b84e144ddf (diff) | |
download | busybox-w32-1f60d88cf6f5ad3efcad6e7ef1501ce334046e40.tar.gz busybox-w32-1f60d88cf6f5ad3efcad6e7ef1501ce334046e40.tar.bz2 busybox-w32-1f60d88cf6f5ad3efcad6e7ef1501ce334046e40.zip |
*: more --help tweaks
function old new delta
packed_usage 33552 33541 -11
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/ubi_tools.c')
-rw-r--r-- | miscutils/ubi_tools.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/ubi_tools.c b/miscutils/ubi_tools.c index 69ead7a13..6d49f61d9 100644 --- a/miscutils/ubi_tools.c +++ b/miscutils/ubi_tools.c | |||
@@ -251,7 +251,7 @@ int ubi_tools_main(int argc UNUSED_PARAM, char **argv) | |||
251 | } else | 251 | } else |
252 | 252 | ||
253 | //usage:#define ubirmvol_trivial_usage | 253 | //usage:#define ubirmvol_trivial_usage |
254 | //usage: "-n VOLID / -N VOLNAME UBI_DEVICE" | 254 | //usage: "-n VOLID | -N VOLNAME UBI_DEVICE" |
255 | //usage:#define ubirmvol_full_usage "\n\n" | 255 | //usage:#define ubirmvol_full_usage "\n\n" |
256 | //usage: "Remove UBI volume\n" | 256 | //usage: "Remove UBI volume\n" |
257 | //usage: "\n -n VOLID Volume ID" | 257 | //usage: "\n -n VOLID Volume ID" |