()
| 189 | output_file.close() |
| 190 | |
| 191 | def print_usage(): |
| 192 | print('format-torque -i file1[, file2[, ...]]') |
| 193 | print(' format and overwrite input files') |
| 194 | print('format-torque -l file1[, file2[, ...]]') |
| 195 | print(' merely indicate which files need formatting') |
| 196 | |
| 197 | def Main(): |
| 198 | if len(sys.argv) < 3: |