소스 검색

Fix -collection help typo.

Jeroen van Rijn 3 년 전
부모
커밋
6f04c61bdf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main.cpp

+ 1 - 1
src/main.cpp

@@ -1774,7 +1774,7 @@ void print_show_help(String const arg0, String const &command) {
 	if (check) {
 		print_usage_line(1, "-collection:<name>=<filepath>");
 		print_usage_line(2, "Defines a library collection used for imports");
-		print_usage_line(2, "Example: -collection:shared:dir/to/shared");
+		print_usage_line(2, "Example: -collection:shared=dir/to/shared");
 		print_usage_line(2, "Usage in Code:");
 		print_usage_line(3, "import \"shared:foo\"");
 		print_usage_line(0, "");