diff options
author | 2015-06-04 20:34:22 +0000 | |
---|---|---|
committer | 2015-06-04 20:34:22 +0000 | |
commit | 3da585bcf493969ca7a639ad42757a56f69d679a (patch) | |
tree | 952c410f442cd631613a2e35936b0fc66ba96cff | |
parent | force reseeding if pid has changed. (diff) | |
download | wireguard-openbsd-3da585bcf493969ca7a639ad42757a56f69d679a.tar.xz wireguard-openbsd-3da585bcf493969ca7a639ad42757a56f69d679a.zip |
tweak SYNOPSIS and usage();
-rw-r--r-- | usr.bin/tmux/tmux.1 | 4 | ||||
-rw-r--r-- | usr.bin/tmux/tmux.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 1250615aa26..7cff52f2ad7 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.433 2015/06/04 14:29:33 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.434 2015/06/04 20:34:22 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -23,7 +23,7 @@ .Sh SYNOPSIS .Nm tmux .Bk -words -.Op Fl 2lCuv +.Op Fl 2Cluv .Op Fl c Ar shell-command .Op Fl f Ar file .Op Fl L Ar socket-name diff --git a/usr.bin/tmux/tmux.c b/usr.bin/tmux/tmux.c index 91a8c704b43..b43295feb37 100644 --- a/usr.bin/tmux/tmux.c +++ b/usr.bin/tmux/tmux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.c,v 1.135 2015/01/19 09:58:34 nicm Exp $ */ +/* $OpenBSD: tmux.c,v 1.136 2015/06/04 20:34:22 jmc Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -58,7 +58,7 @@ __dead void usage(void) { fprintf(stderr, - "usage: %s [-2lquv] [-c shell-command] [-f file] [-L socket-name]\n" + "usage: %s [-2Cluv] [-c shell-command] [-f file] [-L socket-name]\n" " [-S socket-path] [command [flags]]\n", __progname); exit(1); |