From ec06b60edb1a6e433dc336d3d27ad42074731f29 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 5 Feb 2008 01:35:43 +0100 Subject: [PATCH] add missing line to command line help --- cli.c | 1 + 1 file changed, 1 insertion(+) 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 [[.
[.