mirror of
https://github.com/sigmasternchen/grimoire
synced 2025-03-14 23:58:54 +00:00
format: Change to consistent use of double-quotes
This commit is contained in:
parent
d7ef7a122a
commit
2016173123
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ def parse_arguments_to_initial_context():
|
|||
The rest of the flags is used to customize the behavior.
|
||||
'''
|
||||
)
|
||||
parser.add_argument("content_file", nargs='+', help="one or more content files")
|
||||
parser.add_argument("content_file", nargs="+", help="one or more content files")
|
||||
parser.add_argument("-o", "--output", default="./output/", help="the output directory (default: ./output/)")
|
||||
parser.add_argument("-c", "--config", help="the config file to use")
|
||||
|
||||
|
|
Loading…
Reference in a new issue