X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=cli.c;h=b7ddd511676ed82fdfe9ce77c841bb6a8cc74ad0;hp=7dece62f5556878a5f300ffddf88f576c30cec8d;hb=a5c84bef36cf36977a8271905f3c906bb612e484;hpb=f7df28b4d0155c780fa46a09d2dbcf7825faebae diff --git a/cli.c b/cli.c index 7dece62..b7ddd51 100644 --- a/cli.c +++ b/cli.c @@ -19,53 +19,101 @@ static struct uci_context *ctx; static void uci_usage(int argc, char **argv) { fprintf(stderr, - "Usage: %s [options] [arguments]\n\n" + "Usage: %s [] []\n\n" "Commands:\n" "\tshow [[.
[.