summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-12-04 21:48:47 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-12-04 21:48:47 -0600
commite69392a52f102d169c7d80994d169ba0743747a1 (patch)
tree97f6e3efa6c1024dc10df970e123e217e3928815
parent0bc00ce9352ba843d62c189b68e0e07724cc4b58 (diff)
forgot to change extension on argparser help text
-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