diff options
Diffstat (limited to 'coreutils/truncate.c')
-rw-r--r-- | coreutils/truncate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/truncate.c b/coreutils/truncate.c index 233d0f2d1..e26c3e3e1 100644 --- a/coreutils/truncate.c +++ b/coreutils/truncate.c | |||
@@ -19,9 +19,9 @@ | |||
19 | //usage:#define truncate_trivial_usage | 19 | //usage:#define truncate_trivial_usage |
20 | //usage: "[-c] -s SIZE FILE..." | 20 | //usage: "[-c] -s SIZE FILE..." |
21 | //usage:#define truncate_full_usage "\n\n" | 21 | //usage:#define truncate_full_usage "\n\n" |
22 | //usage: "Truncate FILEs to the given size\n" | 22 | //usage: "Truncate FILEs to SIZE\n" |
23 | //usage: "\n -c Do not create files" | 23 | //usage: "\n -c Do not create files" |
24 | //usage: "\n -s SIZE Truncate to SIZE" | 24 | //usage: "\n -s SIZE" |
25 | //usage: | 25 | //usage: |
26 | //usage:#define truncate_example_usage | 26 | //usage:#define truncate_example_usage |
27 | //usage: "$ truncate -s 1G foo" | 27 | //usage: "$ truncate -s 1G foo" |