diff options
author | 2013-10-10 11:46:47 +0000 | |
---|---|---|
committer | 2013-10-10 11:46:47 +0000 | |
commit | b19b161290847aded5127313573600c6bc73b837 (patch) | |
tree | 7342ee403baebd0a4b3cbe93a9f49efe1f182582 | |
parent | Grouped sessions were being leaked on destroy, correctly free them. (diff) | |
download | wireguard-openbsd-b19b161290847aded5127313573600c6bc73b837.tar.xz wireguard-openbsd-b19b161290847aded5127313573600c6bc73b837.zip |
Missing space in refresh-client synopsis.
-rw-r--r-- | usr.bin/tmux/cmd-refresh-client.c | 4 |
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, |