From e69392a52f102d169c7d80994d169ba0743747a1 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sun, 4 Dec 2022 21:48:47 -0600 Subject: forgot to change extension on argparser help text --- src/pyssg/arg_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf