correction doc
This commit is contained in:
parent
47d528594b
commit
6dc632cdf4
1 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,8 @@ def parse():
|
|||
# None = file.pdf -> file-filled.pdf
|
||||
# todo: more sophisticated with name of person/ date
|
||||
help="The output file with the filled form. " +
|
||||
"(Default: pdffile[without .pdf]-filled.pdf")
|
||||
"(Default: pdffile[without .pdf]-filled.pdf or" +
|
||||
" as configured in the config file.)")
|
||||
parser.add_argument("--config", default=None, # nargs=1,
|
||||
# None = file.pdf -> file.form
|
||||
help="The config file used to know how to fill the " +
|
||||
|
@ -84,6 +85,7 @@ def parse():
|
|||
# None = file.pdf -> file-filled.form
|
||||
help="The file where all the inputed data is saved" +
|
||||
" to. (Default: pdffile[without .pdf]-filled.form" +
|
||||
" or as configured in the config file.)" +
|
||||
"\nThis can be used in other forms and to finish" +
|
||||
" the input later.")
|
||||
parser.add_argument("--data", default=None, nargs=2, action='append',
|
||||
|
|
Loading…
Reference in a new issue