Missing space in refresh-client synopsis.

pull/1/head
nicm 2013-10-10 11:46:47 +00:00
parent d3830e622f
commit 6e665708fc
1 changed files with 1 additions and 1 deletions

View File

@ -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,