*: --help text tweaks
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
93f1255af2
commit
ba9f9c2d2c
16 changed files with 21 additions and 21 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue