diff options
author | Matthew Stoltenberg <d3matt@gmail.com> | 2009-08-13 00:59:32 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-13 00:59:32 +0200 |
commit | 4803db53b874aa5182944927c10d632333ad4f0e (patch) | |
tree | 0f1a0569497f1135ca269a56292a9f0b233b6e88 /include/usage.h | |
parent | dbfa45b3b23d882a7ff3e9ef4bf84378e6b9a4a8 (diff) | |
download | busybox-w32-4803db53b874aa5182944927c10d632333ad4f0e.tar.gz busybox-w32-4803db53b874aa5182944927c10d632333ad4f0e.tar.bz2 busybox-w32-4803db53b874aa5182944927c10d632333ad4f0e.zip |
volname: new applet
function old new delta
volname_main - 90 +90
packed_usage 26373 26387 +14
applet_names 2078 2086 +8
applet_main 1232 1236 +4
applet_nameofs 616 618 +2
applet_install_loc 154 155 +1
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 5/0 up/down: 119/0) Total: 119 bytes
Signed-off-by: Matthew Stoltenberg <d3matt@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 5aedeab78..accda3341 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -4901,6 +4901,11 @@ IF_FEATURE_TUNCTL_UG( \ | |||
4901 | "\nOptions:" \ | 4901 | "\nOptions:" \ |
4902 | "\n -a Lock all VTs" \ | 4902 | "\n -a Lock all VTs" \ |
4903 | 4903 | ||
4904 | #define volname_trivial_usage \ | ||
4905 | "[DEVICE]" | ||
4906 | #define volname_full_usage "\n\n" \ | ||
4907 | "Show CD volume name of the DEVICE (default /dev/cdrom)" | ||
4908 | |||
4904 | #define watch_trivial_usage \ | 4909 | #define watch_trivial_usage \ |
4905 | "[-n seconds] [-t] PROG [ARGS]" | 4910 | "[-n seconds] [-t] PROG [ARGS]" |
4906 | #define watch_full_usage "\n\n" \ | 4911 | #define watch_full_usage "\n\n" \ |