diff options
author | Teddy Wing | 2021-04-17 21:06:58 +0200 |
---|---|---|
committer | Teddy Wing | 2021-04-17 21:06:58 +0200 |
commit | 8a10f52ebdf514a798e1f38e8d568327902f9b9d (patch) | |
tree | 47bb2800a347af3b1272324cc5bbb6d3a6f04b06 | |
parent | 16fbda5831d81c8fc430a41bbc75a9f80d54a701 (diff) | |
download | formurapid-8a10f52ebdf514a798e1f38e8d568327902f9b9d.tar.bz2 |
doc/formurapid.1.txt: Document command line options
-rw-r--r-- | doc/formurapid.1.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/formurapid.1.txt b/doc/formurapid.1.txt index 233da17..a409695 100644 --- a/doc/formurapid.1.txt +++ b/doc/formurapid.1.txt @@ -14,3 +14,17 @@ DESCRIPTION OPTIONS ------- +--fill:: + Fill in the input form based on a TOML file with the same file name stem in + the same directory. The TOML file is generated with the '--generate' + argument. + +--generate:: + Generate a TOML file to fill in the form as well as a copy of the PDF with + IDs filled into the text fields. + +-h, --help:: + Print usage help. + +-V, --version:: + Print the program version. |