X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=cli.c;h=287ef9681d1636efbbbb7c4b1d646a31cd22f999;hp=3188bd19d2925cd8c7d34e985780fb079d45498b;hb=406d259cd1faab6de1ee2b817970c9f71d7945a2;hpb=031b620e1f3a16078da45ce00352508764902786 diff --git a/cli.c b/cli.c index 3188bd1..287ef96 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,8 @@ static void uci_usage(void) "\tbatch\n" "\texport []\n" "\timport []\n" + "\tchanges []\n" + "\tadd \n" "\tshow [[.
[.