summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2013-10-10 11:46:48 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2013-10-10 11:46:48 +0000
commit1a667b448882b5316c83c3f358f9e471532246dd (patch)
treee9dba3542add6f48972698bf5172981e2a01bfa7
parenta529867715c34e402341b54ddaded04afc322762 (diff)
Missing space in refresh-client synopsis.
-rw-r--r--usr.bin/tmux/cmd-refresh-client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-refresh-client.c b/usr.bin/tmux/cmd-refresh-client.c
index f201a8fa05e..cb83fdfbf31 100644
--- a/usr.bin/tmux/cmd-refresh-client.c
+++ b/usr.bin/tmux/cmd-refresh-client.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-refresh-client.c,v 1.10 2013/03/24 09:54:10 nicm Exp $ */
+/* $OpenBSD: cmd-refresh-client.c,v 1.11 2013/10/10 11:46:47 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -29,7 +29,7 @@ enum cmd_retval cmd_refresh_client_exec(struct cmd *, struct cmd_q *);
const struct cmd_entry cmd_refresh_client_entry = {
"refresh-client", "refresh",
"C:St:", 0, 0,
- "[-S] [-C size]" CMD_TARGET_CLIENT_USAGE,
+ "[-S] [-C size] " CMD_TARGET_CLIENT_USAGE,
0,
NULL,
NULL,