diff options
author | Denys Vlasenko | 2020-12-13 19:04:19 +0100 |
---|---|---|
committer | Denys Vlasenko | 2020-12-13 19:04:19 +0100 |
commit | 11f1a2553e49c9ff2235688a41875ff8751517ce (patch) | |
tree | 5f19a07de53cf6d7fac73725be06f68fa6fe4737 /coreutils/stat.c | |
parent | 49142d48bd12c87d52e1316050f5cf4749e64e51 (diff) | |
download | busybox-11f1a2553e49c9ff2235688a41875ff8751517ce.zip busybox-11f1a2553e49c9ff2235688a41875ff8751517ce.tar.gz |
help text tweaks
function old new delta
packed_usage 33547 33545 -2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/stat.c')
-rw-r--r-- | coreutils/stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/stat.c b/coreutils/stat.c index ee5e03e..073b2c6 100644 --- a/coreutils/stat.c +++ b/coreutils/stat.c @@ -40,7 +40,7 @@ //kbuild:lib-$(CONFIG_STAT) += stat.o //usage:#define stat_trivial_usage -//usage: "[OPTIONS] FILE..." +//usage: "[-lt"IF_FEATURE_STAT_FILESYSTEM("f")"] "IF_FEATURE_STAT_FORMAT("[-c FMT] ")"FILE..." //usage:#define stat_full_usage "\n\n" //usage: "Display file" //usage: IF_FEATURE_STAT_FILESYSTEM(" (default) or filesystem") |