From: Felix Fietkau Date: Sun, 4 May 2014 18:00:29 +0000 (+0200) Subject: example: document -O X-Git-Url: http://git.openwrt.org/?p=project%2Fuclient.git;a=commitdiff_plain;h=3a87ecaed1f543ed01df08efbe37eb340b5e72d3 example: document -O Signed-off-by: Felix Fietkau --- diff --git a/uclient-example.c b/uclient-example.c index 1f5a82b..32fc314 100644 --- a/uclient-example.c +++ b/uclient-example.c @@ -181,6 +181,7 @@ static int usage(const char *progname) fprintf(stderr, "Usage: %s [options] \n" "Options:\n" + " -O : Redirect output to file (use \"-\" for stdout)\n" "\n" "HTTPS options:\n" " --ca-certificate=: Load CA certificates from file \n"