diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index b1bc010c7..f4897e4c0 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -324,7 +324,7 @@ | |||
324 | "4+0 records out\n" | 324 | "4+0 records out\n" |
325 | 325 | ||
326 | #define deallocvt_trivial_usage \ | 326 | #define deallocvt_trivial_usage \ |
327 | "N" | 327 | "[N]" |
328 | #define deallocvt_full_usage \ | 328 | #define deallocvt_full_usage \ |
329 | "Deallocate unused virtual terminal /dev/ttyN" | 329 | "Deallocate unused virtual terminal /dev/ttyN" |
330 | 330 | ||
@@ -438,6 +438,11 @@ | |||
438 | #define dpkg_deb_example_usage \ | 438 | #define dpkg_deb_example_usage \ |
439 | "$ dpkg-deb -X ./busybox_0.48-1_i386.deb /tmp\n" | 439 | "$ dpkg-deb -X ./busybox_0.48-1_i386.deb /tmp\n" |
440 | 440 | ||
441 | #define dpkg_divert_trivial_usage \ | ||
442 | "blah" | ||
443 | #define dpkg_divert_full_usage \ | ||
444 | "blah blah" | ||
445 | |||
441 | #ifdef CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K | 446 | #ifdef CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K |
442 | #define USAGE_DU_DEFALT_BLOCKSIZE_1k(a) a | 447 | #define USAGE_DU_DEFALT_BLOCKSIZE_1k(a) a |
443 | #define USAGE_NOT_DU_DEFALT_BLOCKSIZE_1k(a) | 448 | #define USAGE_NOT_DU_DEFALT_BLOCKSIZE_1k(a) |