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 @@ "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) |