csto: fix help message formatting
This commit is contained in:
parent
83f9f8690c
commit
1d59e1b7e7
1 changed files with 10 additions and 10 deletions
2
csto.c
2
csto.c
|
@ -73,7 +73,7 @@ static void print_usage (const char *badoption) {
|
||||||
else
|
else
|
||||||
lua_writestringerror("unrecognized option '%s'\n", badoption);
|
lua_writestringerror("unrecognized option '%s'\n", badoption);
|
||||||
lua_writestringerror(
|
lua_writestringerror(
|
||||||
"usage: %s [-e stat] [-l mod|g=mod] [-EivW] [script [args]]\n"
|
"usage: %s [-EivW] [-e stat] [-l mod|g=mod] [script [args]]\n"
|
||||||
"available options are:\n"
|
"available options are:\n"
|
||||||
" -e stat execute string 'stat'\n"
|
" -e stat execute string 'stat'\n"
|
||||||
" -i enter interactive mode after executing 'script'\n"
|
" -i enter interactive mode after executing 'script'\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue