aboutsummaryrefslogtreecommitdiff
path: root/loginutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2015-10-21 16:06:40 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2015-10-21 16:06:40 +0200
commitc47917865d5f40f9044dd8845814c591d801318d (patch)
tree23cf5eef92de6eee12ba02a8271efdff01f7ddf5 /loginutils
parent92e1b0826d8490c31d48048ef4c517ec2943d706 (diff)
downloadbusybox-c47917865d5f40f9044dd8845814c591d801318d.tar.gz
login: explain -h HOST option better
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils')
-rw-r--r--loginutils/login.c2
1 files changed, 1 insertions, 1 deletions
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"