diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-03 18:49:44 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-03 18:49:44 +0000 |
commit | ac1c96f6737799d1d7f85515237df80e9da71346 (patch) | |
tree | 63cc56d64149441a23a9306b017a3b87ae5ec7a4 | |
parent | 82b142996625d6bf20ee667ce602496cb270fccc (diff) | |
download | busybox-w32-ac1c96f6737799d1d7f85515237df80e9da71346.tar.gz busybox-w32-ac1c96f6737799d1d7f85515237df80e9da71346.tar.bz2 busybox-w32-ac1c96f6737799d1d7f85515237df80e9da71346.zip |
- remove superfluous comment from previous commit
-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 a174222be..8a1d3fa11 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2626,8 +2626,7 @@ | |||
2626 | "\n\t-P"USE_GETOPT_LONG(", --password-fd=")"NUM\tread password from fd NUM" \ | 2626 | "\n\t-P"USE_GETOPT_LONG(", --password-fd=")"NUM\tread password from fd NUM" \ |
2627 | "\n\t-s"USE_GETOPT_LONG(", --stdin")"\t\tuse stdin; like -P0" \ | 2627 | "\n\t-s"USE_GETOPT_LONG(", --stdin")"\t\tuse stdin; like -P0" \ |
2628 | "\n\t-m"USE_GETOPT_LONG(", --method=")"TYPE\tEncryption method TYPE" \ | 2628 | "\n\t-m"USE_GETOPT_LONG(", --method=")"TYPE\tEncryption method TYPE" \ |
2629 | "\n\t-S"USE_GETOPT_LONG(", --salt=")"SALT\t\tuse SALT" \ | 2629 | "\n\t-S"USE_GETOPT_LONG(", --salt=")"SALT\t\tuse SALT" |
2630 | //"\n\t-l"USE_GETOPT_LONG(", --length=")"LEN\tRandom password with length LEN" | ||
2631 | 2630 | ||
2632 | #define mkpasswd_example_usage \ | 2631 | #define mkpasswd_example_usage \ |
2633 | "$ mkpasswd -m md5\n" \ | 2632 | "$ mkpasswd -m md5\n" \ |