Преглед изворни кода

Improved default help for prefix commands

Ingo Albrecht пре 3 година
родитељ
комит
6847da778c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      clish/shell/shell_xml.c

+ 1 - 1
clish/shell/shell_xml.c

@@ -994,7 +994,7 @@ static int process_namespace(clish_shell_t *shell, clish_xmlnode_t *element,
 		else
 			clish_nspace_create_prefix_cmd(nspace,
 				"prefix",
-				"Prefix for the imported commands.");
+				"Prefix for imported commands.");
 	}
 
 	if (help && lub_string_nocasecmp(help, "true") == 0)