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>
This commit is contained in:
Matthew Stoltenberg
2009-08-13 00:59:32 +02:00
committed by Denys Vlasenko
parent dbfa45b3b2
commit 4803db53b8
5 changed files with 67 additions and 0 deletions

View File

@ -4901,6 +4901,11 @@ IF_FEATURE_TUNCTL_UG( \
"\nOptions:" \
"\n -a Lock all VTs" \
#define volname_trivial_usage \
"[DEVICE]"
#define volname_full_usage "\n\n" \
"Show CD volume name of the DEVICE (default /dev/cdrom)"
#define watch_trivial_usage \
"[-n seconds] [-t] PROG [ARGS]"
#define watch_full_usage "\n\n" \