From: Felix Fietkau Date: Tue, 5 Feb 2008 00:35:43 +0000 (+0100) Subject: add missing line to command line help X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=commitdiff_plain;h=ec06b60edb1a6e433dc336d3d27ad42074731f29 add missing line to command line help --- diff --git a/cli.c b/cli.c index 3188bd1..6be3372 100644 --- a/cli.c +++ b/cli.c @@ -57,6 +57,7 @@ static void uci_usage(void) "\tbatch\n" "\texport []\n" "\timport []\n" + "\tchanges []\n" "\tshow [[.
[.