diff options
Diffstat (limited to 'toys/other/mkpasswd.c')
-rw-r--r-- | toys/other/mkpasswd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/other/mkpasswd.c b/toys/other/mkpasswd.c index b4151363..6ff578ff 100644 --- a/toys/other/mkpasswd.c +++ b/toys/other/mkpasswd.c @@ -16,8 +16,8 @@ config MKPASSWD Crypt PASSWORD using crypt(3) - -P FD Read password from file descriptor FD - -m TYPE Encryption method (des, md5, sha256, or sha512; default is des) + -P FD Read password from file descriptor FD + -m TYPE Encryption method (des, md5, sha256, or sha512; default is des) -S SALT */ |