diff --git a/CHANGELOG.md b/CHANGELOG.md index 38dce43a..414a48f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,12 @@ ## 5.5.0 Planned: January, 2022 +### Corrected Bugs + +### Minor features + +* Changed typo `configure --with-yang-standard-installdir` to `configure --with-yang-standard-dir` + ## 5.4.0 30 November, 2021 diff --git a/apps/backend/backend_main.c b/apps/backend/backend_main.c index 67064502..5dc072f2 100644 --- a/apps/backend/backend_main.c +++ b/apps/backend/backend_main.c @@ -446,12 +446,12 @@ usage(clicon_handle h, "where options are\n" "\t-h\t\tHelp\n" "\t-D \tDebug level\n" - "\t-f \tCLICON config file\n" + "\t-f \tClixon config file\n" "\t-E \tExtra configuration file directory\n" - "\t-l (s|e|o|f) Log on (s)yslog, std(e)rr or std(o)ut (stderr is default) Only valid if -F, if background syslog is on syslog.\n" + "\t-l (s|e|o|f) Log on (s)yslog, std(e)rr, std(o)ut or (f)ile. Syslog is default. If foreground, then syslog and stderr is default. Filename is given after -f as follows: -lf\n" "\t-d \tSpecify backend plugin directory (default: %s)\n" - "\t-p \tYang directory path (see CLICON_YANG_DIR)\n" - "\t-b \tSpecify XMLDB database directory\n" + "\t-p \tAdd Yang directory path (see CLICON_YANG_DIR)\n" + "\t-b \tSpecify datastore directory\n" "\t-F\t\tRun in foreground, do not run as daemon\n" "\t-z\t\tKill other config daemon and exit\n" "\t-a UNIX|IPv4|IPv6 Internal backend socket family\n" @@ -459,7 +459,7 @@ usage(clicon_handle h, "\t-P \tPid filename (default: %s)\n" "\t-1\t\tRun once and then quit (dont wait for events)\n" "\t-s \tSpecify backend startup mode: none|startup|running|init)\n" - "\t-c \tLoad extra xml configuration, but don't commit.\n" + "\t-c \tLoad extra XML configuration file, but do not commit.\n" "\t-q \t\tQuit startup directly after upgrading and print result on stdout\n" "\t-U \tRun backend daemon as this user AND drop privileges permanently\n" "\t-g \tClient membership required to this group (default: %s)\n" @@ -604,7 +604,7 @@ main(int argc, if (clicon_option_add(h, "CLICON_XMLDB_DIR", optarg) < 0) goto done; break; - case 'p' : /* yang dir path */ + case 'p' : /* Add yang dir path */ if (clicon_option_add(h, "CLICON_YANG_DIR", optarg) < 0) goto done; break; diff --git a/apps/cli/cli_main.c b/apps/cli/cli_main.c index 50bbd0a8..9b2c68d8 100644 --- a/apps/cli/cli_main.c +++ b/apps/cli/cli_main.c @@ -329,7 +329,7 @@ usage(clicon_handle h, "\t-m \tSpecify plugin syntax mode\n" "\t-q \t\tQuiet mode, dont print greetings or prompt, terminate on ctrl-C\n" "\t-p \tYang directory path (see CLICON_YANG_DIR)\n" - "\t-G \t\tPrint CLI syntax generated from dbspec (if CLICON_CLI_GENMODEL enabled)\n" + "\t-G \t\tPrint auo-cli CLI syntax generated from YANG (if CLICON_CLI_GENMODEL enabled)\n" "\t-L \t\tDebug print dynamic CLI syntax including completions and expansions\n" "\t-l > \tLog on (s)yslog, std(e)rr, std(o)ut or (f)ile (stderr is default)\n" "\t-y \tOverride yang spec file (dont include .yang suffix)\n" diff --git a/apps/netconf/netconf_main.c b/apps/netconf/netconf_main.c index 32e22d4a..31f60fc0 100644 --- a/apps/netconf/netconf_main.c +++ b/apps/netconf/netconf_main.c @@ -71,7 +71,7 @@ #include "netconf_rpc.h" /* Command line options to be passed to getopt(3) */ -#define NETCONF_OPTS "hD:f:E:l:qa:u:d:p:y:U:t:eHo:" +#define NETCONF_OPTS "hD:f:E:l:qHa:u:d:p:y:U:t:eo:" #define NETCONF_LOGFILE "/tmp/clixon_netconf.log" @@ -625,16 +625,16 @@ usage(clicon_handle h, "\t-f \tConfiguration file (mandatory)\n" "\t-E \tExtra configuration file directory\n" "\t-l (e|o|s|f) Log on std(e)rr, std(o)ut, (s)yslog(default), (f)ile\n" - "\t-q\t\tQuiet: dont send hello prompt\n" + "\t-q\t\tQuiet mode, do not send hello message\n" + "\t-H \t\tDo not expect hello message from server.\n" "\t-a UNIX|IPv4|IPv6 Internal backend socket family\n" "\t-u \tInternal socket domain path or IP addr (see -a)\n" "\t-d \tSpecify netconf plugin directory dir (default: %s)\n" - "\t-p \tYang directory path (see CLICON_YANG_DIR)\n" + "\t-p \tAdd Yang directory path (see CLICON_YANG_DIR)\n" "\t-y \tLoad yang spec file (override yang main module)\n" "\t-U \tOver-ride unix user with a pseudo user for NACM.\n" "\t-t \tTimeout in seconds. Quit after this time.\n" "\t-e \t\tDont ignore errors on packet input.\n" - "\t-H \t\tHello messages are optional.\n" "\t-o \"