add missing line to command line help
authorFelix Fietkau <nbd@openwrt.org>
Tue, 5 Feb 2008 00:35:43 +0000 (01:35 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 5 Feb 2008 00:35:43 +0000 (01:35 +0100)
cli.c

diff --git a/cli.c b/cli.c
index 3188bd1..6be3372 100644 (file)
--- a/cli.c
+++ b/cli.c
@@ -57,6 +57,7 @@ static void uci_usage(void)
                "\tbatch\n"
                "\texport     [<config>]\n"
                "\timport     [<config>]\n"
+               "\tchanges    [<config>]\n"
                "\tshow       [<config>[.<section>[.<option>]]]\n"
                "\tget        <config>.<section>[.<option>]\n"
                "\tset        <config>.<section>[.<option>]=<value>\n"