diff options
-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" |