From 84d5eddb25930ee8a5ff96536ca6f707d793eb24 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 13 Dec 2020 22:34:05 +0100 Subject: help text: replace [OPTIONS] with actual options (if not too long) function old new delta packed_usage 33620 33665 +45 Signed-off-by: Denys Vlasenko --- loginutils/cryptpw.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'loginutils') diff --git a/loginutils/cryptpw.c b/loginutils/cryptpw.c index fbb7f0515..645f1bb09 100644 --- a/loginutils/cryptpw.c +++ b/loginutils/cryptpw.c @@ -32,22 +32,14 @@ //kbuild:lib-$(CONFIG_MKPASSWD) += cryptpw.o //usage:#define cryptpw_trivial_usage -//usage: "[OPTIONS] [PASSWORD] [SALT]" +//usage: "[-s] [-p N] [-m TYPE] [-S SALT] [PASSWORD] [SALT]" /* We do support -s, we just don't mention it */ //usage:#define cryptpw_full_usage "\n\n" //usage: "Print crypt(3) hashed PASSWORD\n" -//usage: IF_LONG_OPTS( -//usage: "\n -P,--password-fd N Read password from fd N" -/* //usage: "\n -s,--stdin Use stdin; like -P0" */ -//usage: "\n -m,--method TYPE "CRYPT_METHODS_HELP_STR -//usage: "\n -S,--salt SALT" -//usage: ) -//usage: IF_NOT_LONG_OPTS( //usage: "\n -P N Read password from fd N" /* //usage: "\n -s Use stdin; like -P0" */ //usage: "\n -m TYPE "CRYPT_METHODS_HELP_STR //usage: "\n -S SALT" -//usage: ) #include "libbb.h" -- cgit v1.2.3