Index: res/res_features.c =================================================================== --- res/res_features.c (revision 66979) +++ res/res_features.c (working copy) @@ -2423,7 +2423,7 @@ } static char showparked_help[] = -"Usage: show parkedcalls\n" +"Usage: parkedcalls show\n" " Lists currently parked calls.\n"; static struct ast_cli_entry cli_features[] = { @@ -2431,7 +2431,7 @@ handle_showfeatures, "Lists configured features", showfeatures_help }, - { { "show", "parkedcalls", NULL }, + { { "parkedcalls", "show", NULL }, handle_parkedcalls, "Lists parked calls", showparked_help }, };