X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=cli.c;h=8227987333d7848727a3cc4abeaa5049e3b56886;hp=dadadaa9226eb8d9867fcfdfaf5ed804273a4d61;hb=d65c93f0d05fae484d687ff03b6fd982142b98e1;hpb=14654223268133b5e74ee1748cec2374664ac5bf diff --git a/cli.c b/cli.c index dadadaa..8227987 100644 --- a/cli.c +++ b/cli.c @@ -12,6 +12,7 @@ * GNU General Public License for more details. */ #include +#include #include #include #include "uci.h" @@ -42,6 +43,7 @@ enum { CMD_EXPORT, CMD_COMMIT, /* other cmds */ + CMD_ADD, CMD_IMPORT, CMD_HELP, }; @@ -56,6 +58,9 @@ static void uci_usage(void) "\tbatch\n" "\texport []\n" "\timport []\n" + "\tchanges []\n" + "\tcommit []\n" + "\tadd \n" "\tshow [[.
[.