diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-03 18:13:54 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-03 18:13:54 +0000 |
commit | 73c9b25d2d0e40a657073489311a4ecd1643362c (patch) | |
tree | e7c695728d9c89504d140739422a9c7ef2fde8cc /tmux.c | |
parent | 743956edf898dceff67af785b7bda87cdbd3fdab (diff) | |
download | rtmux-73c9b25d2d0e40a657073489311a4ecd1643362c.tar.gz rtmux-73c9b25d2d0e40a657073489311a4ecd1643362c.tar.bz2 rtmux-73c9b25d2d0e40a657073489311a4ecd1643362c.zip |
It is too easy to create things in the same second; use a timespec instead.
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.49 2008-06-03 05:35:51 nicm Exp $ */ +/* $Id: tmux.c,v 1.50 2008-06-03 18:13:54 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -59,7 +59,7 @@ __dead void usage(void) { fprintf(stderr, - "usage: %s [-v] [-f file] [-S socket-path] [command [flags]]", + "usage: %s [-v] [-f file] [-S socket-path] [command [flags]]\n", __progname); exit(1); } |