aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2018-08-10 11:40:34 +0200
committerlns <matzeton@googlemail.com>2018-08-10 11:40:34 +0200
commit62182af92a4de31578400c729767a0ae11ed6ae6 (patch)
tree824bbe47e11e6652fe3910ddd15665cd9e512dae
parent91f0a81aee75a56a45176cc273034f7d0fc2dc86 (diff)
potd --help example is now shell compatible
Signed-off-by: lns <matzeton@googlemail.com>
-rw-r--r--src/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options.c b/src/options.c
index 2e80e6a..5815bbf 100644
--- a/src/options.c
+++ b/src/options.c
@@ -352,8 +352,8 @@ static void usage(const char *arg0, int print_copyright)
}
fprintf(stderr,
"For example: %s \\\n"
- " --redirect 0.0.0.0:2222:127.0.0.1:22222\n"
- " --protocol 127.0.0.1:22222:127.0.0.1:33333\n"
+ " --redirect 0.0.0.0:2222:127.0.0.1:22222 \\\n"
+ " --protocol 127.0.0.1:22222:127.0.0.1:33333 \\\n"
" --jail 127.0.0.1:33333\n"
" will process/filter all incoming traffic\n"
" at 0.0.0.0:2222 and redirect it\n"