cryptpw: typo in usage message
'[-p N]' should be '[-P N]' in the trivial usage message. Signed-off-by: Ron Yorston <rmy@pobox.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
5bef6781fa
commit
27ae859c50
@ -32,7 +32,7 @@
|
|||||||
//kbuild:lib-$(CONFIG_MKPASSWD) += cryptpw.o
|
//kbuild:lib-$(CONFIG_MKPASSWD) += cryptpw.o
|
||||||
|
|
||||||
//usage:#define cryptpw_trivial_usage
|
//usage:#define cryptpw_trivial_usage
|
||||||
//usage: "[-s] [-p N] [-m TYPE] [-S SALT] [PASSWORD] [SALT]"
|
//usage: "[-P FD] [-m TYPE] [-S SALT] [PASSWORD] [SALT]"
|
||||||
/* We do support -s, we just don't mention it */
|
/* We do support -s, we just don't mention it */
|
||||||
//usage:#define cryptpw_full_usage "\n\n"
|
//usage:#define cryptpw_full_usage "\n\n"
|
||||||
//usage: "Print crypt(3) hashed PASSWORD\n"
|
//usage: "Print crypt(3) hashed PASSWORD\n"
|
||||||
@ -72,8 +72,8 @@ ENVIRONMENT
|
|||||||
A list of options which will be evaluated before the ones
|
A list of options which will be evaluated before the ones
|
||||||
specified on the command line.
|
specified on the command line.
|
||||||
BUGS
|
BUGS
|
||||||
This programs suffers of a bad case of featuritis.
|
This program suffers of a bad case of featuritis.
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Very true...
|
Very true...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user