diff options
Diffstat (limited to 'util-linux/script.c')
| -rw-r--r-- | util-linux/script.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util-linux/script.c b/util-linux/script.c index 86475c1f1..c5063e8a1 100644 --- a/util-linux/script.c +++ b/util-linux/script.c | |||
| @@ -10,6 +10,15 @@ | |||
| 10 | * | 10 | * |
| 11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
| 12 | */ | 12 | */ |
| 13 | //config:config SCRIPT | ||
| 14 | //config: bool "script" | ||
| 15 | //config: default y | ||
| 16 | //config: help | ||
| 17 | //config: The script makes typescript of terminal session. | ||
| 18 | |||
| 19 | //applet:IF_SCRIPT(APPLET(script, BB_DIR_USR_BIN, BB_SUID_DROP)) | ||
| 20 | |||
| 21 | //kbuild:lib-$(CONFIG_SCRIPT) += script.o | ||
| 13 | 22 | ||
| 14 | //usage:#define script_trivial_usage | 23 | //usage:#define script_trivial_usage |
| 15 | //usage: "[-afq" IF_SCRIPTREPLAY("t") "] [-c PROG] [OUTFILE]" | 24 | //usage: "[-afq" IF_SCRIPTREPLAY("t") "] [-c PROG] [OUTFILE]" |
