Skip to content

Commit

Permalink
mxqkill: Rename MYSQLFILE to MYSQLCNF in --help
Browse files Browse the repository at this point in the history
this matches mxqsub now.
  • Loading branch information
mariux committed Jun 7, 2015
1 parent 7f81ff2 commit b3fe4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mxqkill.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ static void print_usage(void)
"\n"
"Change how to connect to the mysql server:\n"
"\n"
" -M | --mysql-default-file[=MYSQLFILE] (default: %s)\n"
" -M | --mysql-default-file[=MYSQLCNF] (default: %s)\n"
" -S | --mysql-default-group[=MYSQLGROUP] (default: %s)\n"
"\n"
"Environment:\n"
" MXQ_MYSQL_DEFAULT_FILE change default for MYSQLFILE\n"
" MXQ_MYSQL_DEFAULT_FILE change default for MYSQLCNF\n"
" MXQ_MYSQL_DEFAULT_GROUP change default for MYSQLGROUP\n"
"\n",
program_invocation_short_name,
Expand Down

0 comments on commit b3fe4a5

Please sign in to comment.