소스 검색

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)