[git commit] login: explain -h HOST option better

Denys Vlasenko vda.linux at googlemail.com
Wed Oct 21 14:06:40 UTC 2015


commit: http://git.busybox.net/busybox/commit/?id=c47917865d5f40f9044dd8845814c591d801318d
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 loginutils/login.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/loginutils/login.c b/loginutils/login.c
index f1f04da..67fe82e 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"


More information about the busybox-cvs mailing list