* add warning for using --xquery

This commit is contained in:
Dirk-Jan C. Binnema
2011-01-06 16:34:21 +02:00
parent 5e0cfdca57
commit f6de417117
3 changed files with 10 additions and 2 deletions

View File

@ -169,6 +169,9 @@ config_options_group_find (MuConfig *opts)
{"format", 'o', 0, G_OPTION_ARG_STRING, &opts->formatstr,
"output format ('plain'(*), 'links', 'xml',"
"'json', 'sexp', 'xquery') (plain)", NULL},
{"xquery", 0, 0, G_OPTION_ARG_NONE, &opts->xquery,
"obsolete, use --format=xquery instead", NULL},
{NULL, 0, 0, 0, NULL, NULL, NULL}
};