mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Remove hardcoded CR('\r') from 'lib/ipmi_ekanalyzer.c'.
This commit is contained in:
parent
a6cad674d0
commit
fedd6f187f
@ -361,11 +361,11 @@ static void
|
|||||||
ipmi_ekanalyzer_usage( void )
|
ipmi_ekanalyzer_usage( void )
|
||||||
{
|
{
|
||||||
char * help_message =
|
char * help_message =
|
||||||
"Ekeying analyzer tool version 1.00 \r\n\
|
"Ekeying analyzer tool version 1.00 \n\
|
||||||
ekanalyzer Commands: \r\n\
|
ekanalyzer Commands: \n\
|
||||||
print [carrier | power | all] <oc=filename1> <b1=filename2>... \r\n\
|
print [carrier | power | all] <oc=filename1> <b1=filename2>... \n\
|
||||||
frushow <b2=filename> \r\n\
|
frushow <b2=filename> \n\
|
||||||
summary [match | unmatch | all] <oc=filename1> <b1=filename2>... \r\n\
|
summary [match | unmatch | all] <oc=filename1> <b1=filename2>... \n\
|
||||||
";
|
";
|
||||||
printf("%s",help_message);
|
printf("%s",help_message);
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user