X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=cli.c;h=95bc34ebb2ac717c76def5c60ff44f0e0dca467e;hp=dadadaa9226eb8d9867fcfdfaf5ed804273a4d61;hb=5620bfaa14ce556b94de26128bc7fe9edc5a3f27;hpb=14654223268133b5e74ee1748cec2374664ac5bf diff --git a/cli.c b/cli.c index dadadaa..95bc34e 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" @@ -56,6 +57,7 @@ static void uci_usage(void) "\tbatch\n" "\texport []\n" "\timport []\n" + "\tchanges []\n" "\tshow [[.
[.