X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=cli.c;h=02a34c0d6e40e955aa95233f2e11f2587b2792c3;hp=dadadaa9226eb8d9867fcfdfaf5ed804273a4d61;hb=b809dbd44309be056a7ce96b18a418fb51641cce;hpb=14654223268133b5e74ee1748cec2374664ac5bf diff --git a/cli.c b/cli.c index dadadaa..02a34c0 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 [[.
[.