From: Denys Vlasenko Date: Wed, 21 Oct 2015 14:06:40 +0000 (+0200) Subject: login: explain -h HOST option better X-Git-Tag: 1_25_0~222 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c47917865d5f40f9044dd8845814c591d801318d;p=oweals%2Fbusybox.git login: explain -h HOST option better Signed-off-by: Denys Vlasenko --- diff --git a/loginutils/login.c b/loginutils/login.c index f1f04da19..67fe82e86 100644 --- a/loginutils/login.c +++ b/loginutils/login.c @@ -58,7 +58,7 @@ //usage:#define login_full_usage "\n\n" //usage: "Begin a new session on the system\n" //usage: "\n -f Don't authenticate (user already authenticated)" -//usage: "\n -h Name of the remote host" +//usage: "\n -h HOST Host user came from (for network logins)" //usage: "\n -p Preserve environment" #include "libbb.h"