##// END OF EJS Templates
Document tests/writetofile.py bit more
Takafumi Arakaki -
Show More
@@ -7,6 +7,14 b''
7
7
8 """
8 """
9 Copy data from input file to output file for testing.
9 Copy data from input file to output file for testing.
10
11 Command line usage:
12
13 python writetofile.py INPUT OUTPUT
14
15 Binary data from INPUT file is copied to OUTPUT file.
16 If INPUT is '-', stdin is used.
17
10 """
18 """
11
19
12 import sys
20 import sys
General Comments 0
You need to be logged in to leave comments. Login now