Improved the usage screen

This commit is contained in:
Pierre Pronchery 2013-07-17 01:03:05 +02:00
parent 52a31d4dbb
commit 0b7c5a32c7

View File

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