diff options
author | Krutika Dhananjay <kdhananj@redhat.com> | 2013-07-31 13:19:19 +0530 |
---|---|---|
committer | Krutika Dhananjay <kdhananj@redhat.com> | 2013-08-09 15:20:11 +0530 |
commit | a09f9e94fd800fb0bbd8617de566aa57381d6048 (patch) | |
tree | e881b700c01cb154139a665443ab2c782815f81b /cli/src/cli-cmd-volume.c | |
parent | 7f7e77956499f447695af2458582effd3adf08d1 (diff) |
glusterd: club limit-usage and soft-limit into a single command
Change-Id: I5f680675576aeec584b497eb25dd804a9dd6d690
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
Diffstat (limited to 'cli/src/cli-cmd-volume.c')
-rw-r--r-- | cli/src/cli-cmd-volume.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index f10df335..21572edf 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -1898,7 +1898,7 @@ struct cli_cmd volume_cmds[] = { "volume profile operations"}, { "volume quota <VOLNAME> {enable|disable|list [<path> ...]|remove <path>| default-soft-limit <percent>} |\n" - "volume quota <VOLNAME> {limit-usage <path> <size> |soft-limit <path> <percent>} |\n" + "volume quota <VOLNAME> {limit-usage <path> <size> [<percent>]} |\n" "volume quota <VOLNAME> {alert-time|soft-timeout|hard-timeout} {<time>}", cli_cmd_quota_cbk, "quota translator specific operations"}, |