summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.c
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-06-04 20:34:22 +0000
committerjmc <jmc@openbsd.org>2015-06-04 20:34:22 +0000
commit3da585bcf493969ca7a639ad42757a56f69d679a (patch)
tree952c410f442cd631613a2e35936b0fc66ba96cff /usr.bin/tmux/tmux.c
parentforce reseeding if pid has changed. (diff)
downloadwireguard-openbsd-3da585bcf493969ca7a639ad42757a56f69d679a.tar.xz
wireguard-openbsd-3da585bcf493969ca7a639ad42757a56f69d679a.zip
tweak SYNOPSIS and usage();
Diffstat (limited to 'usr.bin/tmux/tmux.c')
-rw-r--r--usr.bin/tmux/tmux.c4
1 files changed, 2 insertions, 2 deletions
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);