X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=cli.c;h=229352f3bf2124846cbf7d4511fbd6bb409ea5d2;hp=3188bd19d2925cd8c7d34e985780fb079d45498b;hb=68b14ef1b57500966d7e070cefebcd559acc202a;hpb=031b620e1f3a16078da45ce00352508764902786;ds=sidebyside diff --git a/cli.c b/cli.c index 3188bd1..229352f 100644 --- a/cli.c +++ b/cli.c @@ -43,6 +43,7 @@ enum { CMD_EXPORT, CMD_COMMIT, /* other cmds */ + CMD_ADD, CMD_IMPORT, CMD_HELP, }; @@ -57,6 +58,9 @@ static void uci_usage(void) "\tbatch\n" "\texport []\n" "\timport []\n" + "\tchanges []\n" + "\tcommit []\n" + "\tadd \n" "\tshow [[.
[.