Change TABs back to spaces in usage string constants.
Requested by: ru
This commit is contained in:
parent
a04b2130a0
commit
24f3d18aa1
@ -685,9 +685,9 @@ usage(void)
|
||||
|
||||
fprintf(stderr, "%s\n%s\n%s\n%s\n",
|
||||
"usage: syslogd [-46Acdknosuv] [-a allowed_peer]",
|
||||
" [-b bind address] [-f config_file]",
|
||||
" [-l log_socket] [-m mark_interval]",
|
||||
" [-P pid_file] [-p log_socket]");
|
||||
" [-b bind address] [-f config_file]",
|
||||
" [-l log_socket] [-m mark_interval]",
|
||||
" [-P pid_file] [-p log_socket]");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user