From 0b6f0e09715fb2ba8f86bd80b05d552ae75aeda9 Mon Sep 17 00:00:00 2001 From: Mohamed Ashiq Date: Wed, 15 Jul 2015 14:19:49 +0530 Subject: cli : 'gluster volume help' output sorted alphabetically 'gluster volume help' output is not sorted alphabetically. This makes little harder for the user to search or get to know of few gluster volume commands usage just from gluster cli. Backport of http://review.gluster.org/11663 Cherry picked from 323e71617fee5020324540776d0d4469577f0afe Change-Id: I855da2e4748a5c2ff3be319c50fa9548d676ee8a BUG: 1276208 Signed-off-by: Mohamed Ashiq >Reviewed-on: http://review.gluster.org/11663 >Tested-by: Gluster Build System >Reviewed-by: Manikandan Selvaganesh >Reviewed-by: Anand Nekkunti Reviewed-on: http://review.gluster.org/12452 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Anand Nekkunti --- cli/src/cli-mem-types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/src/cli-mem-types.h') diff --git a/cli/src/cli-mem-types.h b/cli/src/cli-mem-types.h index 09fcb639bd0..5468b25cc0c 100644 --- a/cli/src/cli-mem-types.h +++ b/cli/src/cli-mem-types.h @@ -23,6 +23,7 @@ enum cli_mem_types_ { cli_mt_cli_local_t, cli_mt_cli_get_vol_ctx_t, cli_mt_append_str, + cli_mt_cli_cmd, cli_mt_end }; -- cgit