diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-12-04 21:48:47 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-12-04 21:48:47 -0600 |
commit | e69392a52f102d169c7d80994d169ba0743747a1 (patch) | |
tree | 97f6e3efa6c1024dc10df970e123e217e3928815 /src | |
parent | 0bc00ce9352ba843d62c189b68e0e07724cc4b58 (diff) |
forgot to change extension on argparser help text
Diffstat (limited to 'src')
-rw-r--r-- | src/pyssg/arg_parser.py | 2 |
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 |