aboutsummaryrefslogtreecommitdiff
path: root/cmd-refresh-client.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-08-01 23:38:53 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-08-01 23:38:53 +0100
commit35c19ffc284da8f37f62b1696f5d5d5e6ca2329c (patch)
tree6c5c8c6c0c811bc554b7db41284752da7106b2c4 /cmd-refresh-client.c
parentb0b5cad4968b09b805b475b41c0a9005f79c9563 (diff)
downloadrtmux-35c19ffc284da8f37f62b1696f5d5d5e6ca2329c.tar.gz
rtmux-35c19ffc284da8f37f62b1696f5d5d5e6ca2329c.tar.bz2
rtmux-35c19ffc284da8f37f62b1696f5d5d5e6ca2329c.zip
Missing space in refresh-client synopsis.
Diffstat (limited to 'cmd-refresh-client.c')
-rw-r--r--cmd-refresh-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-refresh-client.c b/cmd-refresh-client.c
index 7d9d539f..70e6888d 100644
--- a/cmd-refresh-client.c
+++ b/cmd-refresh-client.c
@@ -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,