From: Felix Fietkau Date: Sun, 4 May 2014 23:12:57 +0000 (+0200) Subject: example: document -q X-Git-Url: http://git.openwrt.org/?p=project%2Fuclient.git;a=commitdiff_plain;h=e034277e8e3bbae9f1dbccf2b21075c0ff84ddb5 example: document -q Signed-off-by: Felix Fietkau --- diff --git a/uclient-example.c b/uclient-example.c index 5e478c3..49d1884 100644 --- a/uclient-example.c +++ b/uclient-example.c @@ -224,6 +224,7 @@ static int usage(const char *progname) fprintf(stderr, "Usage: %s [options] \n" "Options:\n" + " -q: Turn off status messages\n" " -O : Redirect output to file (use \"-\" for stdout)\n" "\n" "HTTPS options:\n"