From caba1a16ec4a883376d53e5921917bb8485b5f49 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 16 Dec 2020 01:19:08 +0100 Subject: tweak help texts function old new delta packed_usage 33650 33605 -45 Signed-off-by: Denys Vlasenko --- loginutils/chpasswd.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'loginutils') diff --git a/loginutils/chpasswd.c b/loginutils/chpasswd.c index 4e70b2557..a032abbed 100644 --- a/loginutils/chpasswd.c +++ b/loginutils/chpasswd.c @@ -24,21 +24,13 @@ //kbuild:lib-$(CONFIG_CHPASSWD) += chpasswd.o //usage:#define chpasswd_trivial_usage -//usage: IF_LONG_OPTS("[--md5|--encrypted|--crypt-method|--root]") IF_NOT_LONG_OPTS("[-m|-e|-c|-R]") +//usage: "[-me] [-c ALG] [-R DIR]" //usage:#define chpasswd_full_usage "\n\n" //usage: "Read user:password from stdin and update /etc/passwd\n" -//usage: IF_LONG_OPTS( -//usage: "\n -e,--encrypted Supplied passwords are in encrypted form" -//usage: "\n -m,--md5 Encrypt using md5, not des" -//usage: "\n -c,--crypt-method ALG "CRYPT_METHODS_HELP_STR -//usage: "\n -R,--root DIR Directory to chroot into" -//usage: ) -//usage: IF_NOT_LONG_OPTS( //usage: "\n -e Supplied passwords are in encrypted form" //usage: "\n -m Encrypt using md5, not des" //usage: "\n -c ALG "CRYPT_METHODS_HELP_STR //usage: "\n -R DIR Directory to chroot into" -//usage: ) #include "libbb.h" -- cgit v1.2.3