diff options
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") |