瀏覽代碼

STYLE: Fixed line-too-long.

Brad King 18 年之前
父節點
當前提交
b81eff588d
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Source/cmStringCommand.h

+ 2 - 1
Source/cmStringCommand.h

@@ -85,7 +85,8 @@ public:
       "  STRING(TOLOWER <string1> <output variable>)\n"
       "  STRING(TOLOWER <string1> <output variable>)\n"
       "  STRING(LENGTH <string> <output variable>)\n"
       "  STRING(LENGTH <string> <output variable>)\n"
       "  STRING(SUBSTRING <string> <begin> <length> <output variable>)\n"
       "  STRING(SUBSTRING <string> <begin> <length> <output variable>)\n"
-      "  STRING(RANDOM [LENGTH <length>] [ALPHABET <alphabet>] <output variable>)\n"
+      "  STRING(RANDOM [LENGTH <length>] [ALPHABET <alphabet>]\n"
+      "         <output variable>)\n"
       "REGEX MATCH will match the regular expression once and store the "
       "REGEX MATCH will match the regular expression once and store the "
       "match in the output variable.\n"
       "match in the output variable.\n"
       "REGEX MATCHALL will match the regular expression as many times as "
       "REGEX MATCHALL will match the regular expression as many times as "