add missing line to command line help
[project/uci.git] / 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"