aboutsummaryrefslogtreecommitdiff
path: root/include/usage.src.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.src.h')
-rw-r--r--include/usage.src.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/include/usage.src.h b/include/usage.src.h
index 46d64c135..0053a7c4b 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" \
@@ -747,28 +736,6 @@ INSERT
747 "$ date\n" \ 736 "$ date\n" \
748 "Wed Apr 12 18:52:41 MDT 2000\n" 737 "Wed Apr 12 18:52:41 MDT 2000\n"
749 738
750#define dc_trivial_usage \
751 "expression..."
752#define dc_full_usage "\n\n" \
753 "Tiny RPN calculator. Operations:\n" \
754 "+, add, -, sub, *, mul, /, div, %, mod, **, exp, and, or, not, eor,\n" \
755 "p - print top of the stack (without altering the stack),\n" \
756 "f - print entire stack, o - pop the value and set output radix\n" \
757 "(value must be 10 or 16).\n" \
758 "Examples: 'dc 2 2 add' -> 4, 'dc 8 8 * 2 2 + /' -> 16\n" \
759
760#define dc_example_usage \
761 "$ dc 2 2 + p\n" \
762 "4\n" \
763 "$ dc 8 8 \\* 2 2 + / p\n" \
764 "16\n" \
765 "$ dc 0 1 and p\n" \
766 "0\n" \
767 "$ dc 0 1 or p\n" \
768 "1\n" \
769 "$ echo 72 9 div 8 mul p | dc\n" \
770 "64\n"
771
772#define dd_trivial_usage \ 739#define dd_trivial_usage \
773 "[if=FILE] [of=FILE] " IF_FEATURE_DD_IBS_OBS("[ibs=N] [obs=N] ") "[bs=N] [count=N] [skip=N]\n" \ 740 "[if=FILE] [of=FILE] " IF_FEATURE_DD_IBS_OBS("[ibs=N] [obs=N] ") "[bs=N] [count=N] [skip=N]\n" \
774 " [seek=N]" IF_FEATURE_DD_IBS_OBS(" [conv=notrunc|noerror|sync|fsync]") 741 " [seek=N]" IF_FEATURE_DD_IBS_OBS(" [conv=notrunc|noerror|sync|fsync]")