aboutsummaryrefslogtreecommitdiff
path: root/util-linux/script.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/script.c')
-rw-r--r--util-linux/script.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/util-linux/script.c b/util-linux/script.c
index 26f16ebf5..8fb991d15 100644
--- a/util-linux/script.c
+++ b/util-linux/script.c
@@ -14,8 +14,7 @@
14//usage:#define script_trivial_usage 14//usage:#define script_trivial_usage
15//usage: "[-afq" IF_SCRIPTREPLAY("t") "] [-c PROG] [OUTFILE]" 15//usage: "[-afq" IF_SCRIPTREPLAY("t") "] [-c PROG] [OUTFILE]"
16//usage:#define script_full_usage "\n\n" 16//usage:#define script_full_usage "\n\n"
17//usage: "Options:" 17//usage: " -a Append output"
18//usage: "\n -a Append output"
19//usage: "\n -c PROG Run PROG, not shell" 18//usage: "\n -c PROG Run PROG, not shell"
20//usage: "\n -f Flush output after each write" 19//usage: "\n -f Flush output after each write"
21//usage: "\n -q Quiet" 20//usage: "\n -q Quiet"