Fix refresh-client flags.

This commit is contained in:
Nicholas Marriott
2018-08-29 18:59:43 +01:00
parent 9263a65b5f
commit 7637518b07
2 changed files with 2 additions and 3 deletions

View File

@ -34,7 +34,7 @@ const struct cmd_entry cmd_refresh_client_entry = {
.alias = "refresh",
.args = { "cC:DLRSt:U", 0, 1 },
.usage = "[-DLRSU] [-C size] " CMD_TARGET_CLIENT_USAGE " [adjustment]",
.usage = "[-cDLRSU] [-C size] " CMD_TARGET_CLIENT_USAGE " [adjustment]",
.flags = CMD_AFTERHOOK,
.exec = cmd_refresh_client_exec