summaryrefslogtreecommitdiff
path: root/coreutils/truncate.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/truncate.c')
-rw-r--r--coreutils/truncate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/truncate.c b/coreutils/truncate.c
index 233d0f2..e26c3e3 100644
--- a/coreutils/truncate.c
+++ b/coreutils/truncate.c
@@ -19,9 +19,9 @@
//usage:#define truncate_trivial_usage
//usage: "[-c] -s SIZE FILE..."
//usage:#define truncate_full_usage "\n\n"
-//usage: "Truncate FILEs to the given size\n"
+//usage: "Truncate FILEs to SIZE\n"
//usage: "\n -c Do not create files"
-//usage: "\n -s SIZE Truncate to SIZE"
+//usage: "\n -s SIZE"
//usage:
//usage:#define truncate_example_usage
//usage: "$ truncate -s 1G foo"