Skip to content

Commit

Permalink
add the default config file to the --help
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed Oct 29, 2023
1 parent 98a90fd commit 7cfae05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybliotecario/argument_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def parse_args(args):
help="Wizard to configure the pybliotecario for the first time",
action=InitAction,
)
parser.add_argument("--config_file", help="Define a custom configuration file")
parser.add_argument("--config_file", help=f"Define a custom configuration file (default: {default_config_path()})")
parser.add_argument(
"--backend",
help="Choose backend: telegram (default), facebook",
Expand Down

0 comments on commit 7cfae05

Please sign in to comment.