Remove Windows style new-line character

commited for Duncan Idaho
This commit is contained in:
Jim Mankovich 2012-05-02 13:01:33 +00:00
parent 90d40c6d7a
commit c08bded0f3

View File

@ -519,7 +519,7 @@ print_user_usage(void)
lprintf(LOG_NOTICE, " set password <user id> [<password>]");
lprintf(LOG_NOTICE, " disable <user id>");
lprintf(LOG_NOTICE, " enable <user id>");
lprintf(LOG_NOTICE, " priv <user id> <privilege level> [<channel number>]");
lprintf(LOG_NOTICE, " priv <user id> <privilege level> [<channel number>]");
lprintf(LOG_NOTICE, " test <user id> <16|20> [<password]>\n");
}