[PATCH] Clarify that --script [...] will be evaluated by the shell.

Thomas Schwinge thomas at schwinge.name
Sun Dec 5 16:12:18 EST 2010


From: Thomas Schwinge <thomas at codesourcery.com>

Signed-off-by: Thomas Schwinge <thomas at codesourcery.com>
---
 main.c        |    2 +-
 openconnect.8 |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/main.c b/main.c
index 60c8341..e946a85 100644
--- a/main.c
+++ b/main.c
@@ -159,7 +159,7 @@ void usage(void)
 #endif
 	printf("  -q, --quiet                     Less output\n");
 	printf("  -Q, --queue-len=LEN             Set packet queue limit to LEN pkts\n");
-	printf("  -s, --script=SCRIPT             Use vpnc-compatible config script\n");
+	printf("  -s, --script=SCRIPT             Shell command line for using a vpnc-compatible config script\n");
 	printf("  -S, --script-tun                Pass traffic to 'script' program, not tun\n");
 	printf("  -u, --user=NAME                 Set login username\n");
 	printf("  -V, --version                   Report version number\n");
diff --git a/openconnect.8 b/openconnect.8
index 5d9ae20..e3eddb0 100644
--- a/openconnect.8
+++ b/openconnect.8
@@ -1,4 +1,4 @@
-TH OPENCONNECT 8
+.TH OPENCONNECT 8
 .SH NAME
 openconnect \- Connect to Cisco AnyConnect VPN
 .SH SYNOPSIS
@@ -272,7 +272,7 @@ Set packet queue limit to
 pkts
 .TP
 .B -s,--script=SCRIPT
-Use vpnc-compatible config script
+Shell command line for using a vpnc-compatible config script
 .TP
 .B -S,--script-tun
 Pass traffic to 'script' program over a UNIX socket, instead of to a kernel
-- 
1.7.0.4




More information about the openconnect-devel mailing list