ソースを参照

maintenance: Commit noise (whitespace)

Alois Mahdal 13 年 前
コミット
1b1230e97d
共有1 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 3
    3
      README.md

+ 3
- 3
README.md ファイルの表示

5
 
5
 
6
 ##htlog.cgi##
6
 ##htlog.cgi##
7
 
7
 
8
-Collects GET requests with parameters *msg*, *tag* and *i* and logs them into 
8
+Collects GET requests with parameters *msg*, *tag* and *i* and logs them into
9
 single text file.
9
 single text file.
10
 
10
 
11
-*   *msg* is actual message body. It can be used to contain parseable data 
11
+*   *msg* is actual message body. It can be used to contain parseable data
12
     like `name=john;age=32;state=il`
12
     like `name=john;age=32;state=il`
13
 *   *tag* can be used to identify related messages like those from one test
13
 *   *tag* can be used to identify related messages like those from one test
14
 *   use *i* if you tend to write tags like `test01-012` .. `test01-013` to
14
 *   use *i* if you tend to write tags like `test01-012` .. `test01-013` to
15
-    store the iteration number, you'll be better off with this parameter as 
15
+    store the iteration number, you'll be better off with this parameter as
16
     it won't break your ability to use tags
16
     it won't break your ability to use tags
17
 
17
 
18
 
18