diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-08-01 23:38:53 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-08-01 23:38:53 +0100 |
commit | 35c19ffc284da8f37f62b1696f5d5d5e6ca2329c (patch) | |
tree | 6c5c8c6c0c811bc554b7db41284752da7106b2c4 /cmd-refresh-client.c | |
parent | b0b5cad4968b09b805b475b41c0a9005f79c9563 (diff) | |
download | rtmux-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.c | 2 |
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, |