Explorar el Código

Improved default help for prefix commands

Ingo Albrecht hace 3 años
padre
commit
6847da778c
Se han modificado 1 ficheros con 1 adiciones y 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)