fix newline on solaris

This commit is contained in:
Duncan Laurie 2005-01-07 23:29:49 +00:00
parent 9c160b5a07
commit dd376289c5

View File

@ -180,8 +180,9 @@ ipmitool_usage(void)
lprintf(LOG_NOTICE, " -E Read password from IPMI_PASSWORD environment variable");
lprintf(LOG_NOTICE, " -f file Read remote session password from file");
lprintf(LOG_NOTICE, " -m address Set local IPMB address");
lprintf(LOG_NOTICE, " -t address Bridge request to remote target address\n");
lprintf(LOG_NOTICE, " -t address Bridge request to remote target address");
#endif
lprintf(LOG_NOTICE, "");
ipmi_intf_print();
ipmi_cmd_print();
}