summaryrefslogtreecommitdiff
path: root/src/pyssg/arg_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyssg/arg_parser.py')
-rw-r--r--src/pyssg/arg_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyssg/arg_parser.py b/src/pyssg/arg_parser.py
index 2eb7d72..b5d47b2 100644
--- a/src/pyssg/arg_parser.py
+++ b/src/pyssg/arg_parser.py
@@ -16,7 +16,7 @@ def get_parser() -> ArgumentParser:
# default='$XDG_CONFIG_HOME/pyssg/config.ini',
type=str,
help='''config file (path) to read from; if not passed,
- '$XDG_CONFIG_HOME/pyssg/config.ini' is used''')
+ '$XDG_CONFIG_HOME/pyssg/config.yaml' is used''')
parser.add_argument('--copy-default-config',
action='store_true',
help='''copies the default config to path specified in