diff options
Diffstat (limited to 'util-linux/script.c')
-rw-r--r-- | util-linux/script.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util-linux/script.c b/util-linux/script.c index 26f16eb..8fb991d 100644 --- a/util-linux/script.c +++ b/util-linux/script.c @@ -14,8 +14,7 @@ //usage:#define script_trivial_usage //usage: "[-afq" IF_SCRIPTREPLAY("t") "] [-c PROG] [OUTFILE]" //usage:#define script_full_usage "\n\n" -//usage: "Options:" -//usage: "\n -a Append output" +//usage: " -a Append output" //usage: "\n -c PROG Run PROG, not shell" //usage: "\n -f Flush output after each write" //usage: "\n -q Quiet" |