change docstring
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#!/bin/python
|
||||
"""
|
||||
batch process dsw xls files into existing sqlite3 database
|
||||
usage sql-dsw INFILE DATABASE
|
||||
process fdx excel files into existing sqlite3 database
|
||||
usage fdxtools TYPE INFILE DATABASE where TYPE is the report type, ie dsw
|
||||
INFILE is an excel file, DATABASE is an sqlite file
|
||||
"""
|
||||
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user