Change TABs back to spaces in usage string constants.

Requested by:	ru
This commit is contained in:
Gleb Smirnoff 2004-11-11 16:13:10 +00:00
parent a04b2130a0
commit 24f3d18aa1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137578

View File

@ -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);
}