diff options
| author | Krutika Dhananjay <kdhananj@redhat.com> | 2013-07-31 13:19:19 +0530 |
|---|---|---|
| committer | Krishnan Parthasarathi <kparthas@redhat.com> | 2013-08-12 00:48:15 +0530 |
| commit | cadba04360c88c87dc6ffdf8e15ec70e81a943c8 (patch) | |
| tree | 447afeeca763c81bd8b29777157e4fde58ffb80d /cli/src/cli-cmd-volume.c | |
| parent | 2da625ddd39ea3818da60c625cd578cb65c904aa (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 189d36c0..51cfa251 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -1905,7 +1905,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"}, |
