diff options
Diffstat (limited to 'sbin/nos-tun')
-rw-r--r-- | sbin/nos-tun/nos-tun.8 | 1 | ||||
-rw-r--r-- | sbin/nos-tun/nos-tun.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sbin/nos-tun/nos-tun.8 b/sbin/nos-tun/nos-tun.8 index f37c428..c5f1989 100644 --- a/sbin/nos-tun/nos-tun.8 +++ b/sbin/nos-tun/nos-tun.8 @@ -24,6 +24,7 @@ .Ar destination .Fl p .Ar protocol_number +.Op Ar source .Ar target .Sh DESCRIPTION The diff --git a/sbin/nos-tun/nos-tun.c b/sbin/nos-tun/nos-tun.c index b54ef72..9966840 100644 --- a/sbin/nos-tun/nos-tun.c +++ b/sbin/nos-tun/nos-tun.c @@ -389,7 +389,7 @@ static void usage() { fprintf(stderr, -"usage: nos-tun -t <tun_name> -s <source_addr> -d <dest_addr> -p <protocol_number> [<source_addr>] <target_addr>\n"); +"usage: nos-tun -t tunnel -s source -d destination -p protocol_number [source] target\n"); exit(1); } |