diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index f950a0a49..3be317bff 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2818,9 +2818,15 @@ | |||
2818 | "to standard output. With no FILE or when FILE is -, read standard input." | 2818 | "to standard output. With no FILE or when FILE is -, read standard input." |
2819 | 2819 | ||
2820 | #define openvt_trivial_usage \ | 2820 | #define openvt_trivial_usage \ |
2821 | "VTNUM COMMAND [ARGS...]" | 2821 | "[-c NUM] [-sw] [COMMAND [ARGS]]" |
2822 | #define openvt_full_usage \ | 2822 | #define openvt_full_usage \ |
2823 | "Start a command on a new virtual terminal" | 2823 | "Start COMMAND on a new virtual terminal\n" \ |
2824 | "\nOptions:" \ | ||
2825 | "\n -c Use specified VT" \ | ||
2826 | "\n -s Switch to the VT" \ | ||
2827 | /* "\n -l Run COMMAND as login shell (by prepending '-')" */ \ | ||
2828 | "\n -w Wait for COMMAND to exit" \ | ||
2829 | |||
2824 | #define openvt_example_usage \ | 2830 | #define openvt_example_usage \ |
2825 | "openvt 2 /bin/ash\n" | 2831 | "openvt 2 /bin/ash\n" |
2826 | 2832 | ||