diff options
Diffstat (limited to 'include/usage.src.h')
-rw-r--r-- | include/usage.src.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/usage.src.h b/include/usage.src.h index 46d64c135..9b326eebb 100644 --- a/include/usage.src.h +++ b/include/usage.src.h | |||
@@ -678,17 +678,6 @@ INSERT | |||
678 | "\n -S SALT" \ | 678 | "\n -S SALT" \ |
679 | ) \ | 679 | ) \ |
680 | 680 | ||
681 | #define cttyhack_trivial_usage \ | ||
682 | "PROG ARGS" | ||
683 | #define cttyhack_full_usage "\n\n" \ | ||
684 | "Give PROG a controlling tty if possible." \ | ||
685 | "\nExample for /etc/inittab (for busybox init):" \ | ||
686 | "\n ::respawn:/bin/cttyhack /bin/sh" \ | ||
687 | "\nGiving controlling tty to shell running with PID 1:" \ | ||
688 | "\n $ exec cttyhack sh" \ | ||
689 | "\nStarting interactive shell from boot shell script:" \ | ||
690 | "\n setsid cttyhack sh" \ | ||
691 | |||
692 | #define cut_trivial_usage \ | 681 | #define cut_trivial_usage \ |
693 | "[OPTIONS] [FILE]..." | 682 | "[OPTIONS] [FILE]..." |
694 | #define cut_full_usage "\n\n" \ | 683 | #define cut_full_usage "\n\n" \ |