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 | |
parent | 92e1b0826d8490c31d48048ef4c517ec2943d706 (diff) | |
download | busybox-w32-c47917865d5f40f9044dd8845814c591d801318d.tar.gz busybox-w32-c47917865d5f40f9044dd8845814c591d801318d.tar.bz2 busybox-w32-c47917865d5f40f9044dd8845814c591d801318d.zip |
login: explain -h HOST option better
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-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 @@ | |||
58 | //usage:#define login_full_usage "\n\n" | 58 | //usage:#define login_full_usage "\n\n" |
59 | //usage: "Begin a new session on the system\n" | 59 | //usage: "Begin a new session on the system\n" |
60 | //usage: "\n -f Don't authenticate (user already authenticated)" | 60 | //usage: "\n -f Don't authenticate (user already authenticated)" |
61 | //usage: "\n -h Name of the remote host" | 61 | //usage: "\n -h HOST Host user came from (for network logins)" |
62 | //usage: "\n -p Preserve environment" | 62 | //usage: "\n -p Preserve environment" |
63 | 63 | ||
64 | #include "libbb.h" | 64 | #include "libbb.h" |