Explorar o código

Improved default help for prefix commands

Ingo Albrecht %!s(int64=3) %!d(string=hai) anos
pai
achega
6847da778c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)