summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPranith Kumar K <pranithk@gluster.com>2011-04-12 10:03:52 +0000
committerAnand Avati <avati@gluster.com>2011-04-12 21:50:26 -0700
commit10ad4b52e03dbdc3674f49a5d9322f220ea65088 (patch)
tree11fac04e9b16ef3b3051dcdcf1536f913bc389c6
parent5ca2445270b4b77f2399a9f6332083ff933234a1 (diff)
cli: Fix typo in top help string
Signed-off-by: Pranith Kumar K <pranithk@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2719 (Incorrect help string for volume top) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2719
-rw-r--r--cli/src/cli-cmd-volume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c
index 4fa25f92d..f2e323638 100644
--- a/cli/src/cli-cmd-volume.c
+++ b/cli/src/cli-cmd-volume.c
@@ -1182,7 +1182,7 @@ struct cli_cmd volume_cmds[] = {
"|[read-perf|write-perf bs <size> count <count>]} "
" [brick <brick>] [list-cnt <count>]",
cli_cmd_volume_top_cbk,
- "volume profile operations"},
+ "volume top operations"},
{ NULL, NULL, NULL }
};