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