diff options
author | Bernhard Reutner-Fischer | 2008-12-03 18:49:44 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2008-12-03 18:49:44 +0000 |
commit | ac1c96f6737799d1d7f85515237df80e9da71346 (patch) | |
tree | 63cc56d64149441a23a9306b017a3b87ae5ec7a4 /include/usage.h | |
parent | 82b142996625d6bf20ee667ce602496cb270fccc (diff) | |
download | busybox-ac1c96f6737799d1d7f85515237df80e9da71346.zip busybox-ac1c96f6737799d1d7f85515237df80e9da71346.tar.gz |
- remove superfluous comment from previous commit
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index a174222..8a1d3fa 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2626,8 +2626,7 @@ "\n\t-P"USE_GETOPT_LONG(", --password-fd=")"NUM\tread password from fd NUM" \ "\n\t-s"USE_GETOPT_LONG(", --stdin")"\t\tuse stdin; like -P0" \ "\n\t-m"USE_GETOPT_LONG(", --method=")"TYPE\tEncryption method TYPE" \ - "\n\t-S"USE_GETOPT_LONG(", --salt=")"SALT\t\tuse SALT" \ - //"\n\t-l"USE_GETOPT_LONG(", --length=")"LEN\tRandom password with length LEN" + "\n\t-S"USE_GETOPT_LONG(", --salt=")"SALT\t\tuse SALT" #define mkpasswd_example_usage \ "$ mkpasswd -m md5\n" \ |