aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/stat.c')
-rw-r--r--coreutils/stat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/stat.c b/coreutils/stat.c
index e85e51033..2797719dd 100644
--- a/coreutils/stat.c
+++ b/coreutils/stat.c
@@ -17,7 +17,6 @@
17//usage: "[OPTIONS] FILE..." 17//usage: "[OPTIONS] FILE..."
18//usage:#define stat_full_usage "\n\n" 18//usage:#define stat_full_usage "\n\n"
19//usage: "Display file (default) or filesystem status\n" 19//usage: "Display file (default) or filesystem status\n"
20//usage: "\nOptions:"
21//usage: IF_FEATURE_STAT_FORMAT( 20//usage: IF_FEATURE_STAT_FORMAT(
22//usage: "\n -c fmt Use the specified format" 21//usage: "\n -c fmt Use the specified format"
23//usage: ) 22//usage: )