diff options
author | Denys Vlasenko | 2009-10-17 23:41:15 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-10-17 23:41:15 +0200 |
commit | 6a8cfdca9953fc8824a57a85e11f156da59e841d (patch) | |
tree | 1a5422f663bd23ca8aa2430e3ad0c094acaab4d9 /include/usage.h | |
parent | 9c2708ebf96b7742f33dc49df7001a377b50c1a9 (diff) | |
download | busybox-6a8cfdca9953fc8824a57a85e11f156da59e841d.zip busybox-6a8cfdca9953fc8824a57a85e11f156da59e841d.tar.gz |
trim usage text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 0215fa5..b906d8d 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2735,7 +2735,7 @@ /* "\n -j Create a journal (ext3)" */ \ /* "\n -J opts Set journal options (size/device)" */ \ /* "\n -l file Read bad blocks list from file" */ \ - "\n -L LABEL Set the volume label" \ + "\n -L LBL Volume label" \ "\n -m PERCENT Percent of blocks to reserve for admin" \ /* "\n -M dir Set last mounted directory" */ \ /* "\n -n Don't actually create anything" */ \ |