diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-13 19:04:19 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-13 19:04:19 +0100 |
commit | 11f1a2553e49c9ff2235688a41875ff8751517ce (patch) | |
tree | 5f19a07de53cf6d7fac73725be06f68fa6fe4737 /loginutils | |
parent | 49142d48bd12c87d52e1316050f5cf4749e64e51 (diff) |
help text tweaks
function old new delta
packed_usage 33547 33545 -2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils')
-rw-r--r-- | loginutils/passwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/passwd.c b/loginutils/passwd.c index 770acf58a..acc942275 100644 --- a/loginutils/passwd.c +++ b/loginutils/passwd.c @@ -28,7 +28,7 @@ //kbuild:lib-$(CONFIG_PASSWD) += passwd.o //usage:#define passwd_trivial_usage -//usage: "[OPTIONS] [USER]" +//usage: "[-a ALG] [-dlu] [USER]" //usage:#define passwd_full_usage "\n\n" //usage: "Change USER's password (default: current user)" //usage: "\n" |