diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-21 16:06:40 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-21 16:06:40 +0200 |
commit | c47917865d5f40f9044dd8845814c591d801318d (patch) | |
tree | 23cf5eef92de6eee12ba02a8271efdff01f7ddf5 /loginutils | |
parent | 92e1b0826d8490c31d48048ef4c517ec2943d706 (diff) |
login: explain -h HOST option better
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils')
-rw-r--r-- | loginutils/login.c | 2 |
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" |