diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-29 21:03:57 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-29 21:03:57 +0000 |
commit | b881ff91f29dff6c13a53dc536f18d1efcd3726e (patch) | |
tree | 23b36a92517c02691c00ce96bec9c90f363c8015 /tmux.c | |
parent | cfb611e95a2d919369d9ca187a353dca801fd20d (diff) | |
download | rtmux-b881ff91f29dff6c13a53dc536f18d1efcd3726e.tar.gz rtmux-b881ff91f29dff6c13a53dc536f18d1efcd3726e.tar.bz2 rtmux-b881ff91f29dff6c13a53dc536f18d1efcd3726e.zip |
Sync use from priteau.
Diffstat (limited to 'tmux.c')
-rw-r--r-- | tmux.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.c,v 1.70 2008-06-29 07:04:30 nicm Exp $ */ +/* $Id: tmux.c,v 1.71 2008-06-29 21:03:57 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -63,7 +63,7 @@ __dead void usage(void) { fprintf(stderr, - "usage: %s [-v] [-f file] [-S socket-path] [command [flags]]\n", + "usage: %s [-qVv] [-f file] [-S socket-path] [command [flags]]\n", __progname); exit(1); } |