* clixon_restconf and clixon_netconf now take -D <level> as command-line option\

instead of just -D
  * This aligns to clixon_cli and clixon_backend
This commit is contained in:
Olof Hagsand 2018-08-03 13:24:41 +02:00
parent 10ada483e5
commit 7c94991fe9
10 changed files with 18 additions and 14 deletions

View file

@ -206,7 +206,7 @@ usage(clicon_handle h,
"where commands is a CLI command or options passed to the main plugin\n"
"where options are\n"
"\t-h \t\tHelp\n"
"\t-D <level> \tDebug\n"
"\t-D <level> \tDebug level\n"
"\t-f <file> \tConfig-file (mandatory)\n"
"\t-x\t\tDump configuration file as XML on stdout (migration utility)\n"
"\t-F <file> \tRead commands from file (default stdin)\n"