Patch by Tito, reduce size of deallocvt, also make the usage message

clearer (from N to [N]) and indirectly (through bb_xgetlarg) adds support
for  -h ;-)
This commit is contained in:
Glenn L McGrath
2004-01-15 11:50:19 +00:00
parent 67285965f3
commit 17b4a20a9c
2 changed files with 20 additions and 25 deletions

View File

@ -324,7 +324,7 @@
"4+0 records out\n"
#define deallocvt_trivial_usage \
"N"
"[N]"
#define deallocvt_full_usage \
"Deallocate unused virtual terminal /dev/ttyN"
@ -438,6 +438,11 @@
#define dpkg_deb_example_usage \
"$ dpkg-deb -X ./busybox_0.48-1_i386.deb /tmp\n"
#define dpkg_divert_trivial_usage \
"blah"
#define dpkg_divert_full_usage \
"blah blah"
#ifdef CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K
#define USAGE_DU_DEFALT_BLOCKSIZE_1k(a) a
#define USAGE_NOT_DU_DEFALT_BLOCKSIZE_1k(a)