Improved the usage screen
This commit is contained in:
parent
52a31d4dbb
commit
0b7c5a32c7
|
@ -73,8 +73,8 @@ static int _usage(void)
|
||||||
{
|
{
|
||||||
fputs("Usage: client -d engine [-C configuration [-S section]]\n"
|
fputs("Usage: client -d engine [-C configuration [-S section]]\n"
|
||||||
" -d Database engine to load\n"
|
" -d Database engine to load\n"
|
||||||
" -C Configuration file to load\n"
|
" -C Connection file to load\n"
|
||||||
" -S Section of the configuration file containing the connection data\n",
|
" -S Section of the connection file to use\n",
|
||||||
stderr);
|
stderr);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user