diff --git a/easywks/main.py b/easywks/main.py index c94b202..e71b670 100644 --- a/easywks/main.py +++ b/easywks/main.py @@ -12,7 +12,7 @@ import argparse def parse_arguments(): ap = argparse.ArgumentParser(description='OpenPGP WKS for Human Beings') - ap.add_argument('--config', '-c', metavar='/path/to/config.yml', type=str, nargs=1, default='/etc/easywks.yaml') + ap.add_argument('--config', '-c', metavar='/path/to/config.yml', type=str, nargs=1, default='/etc/easywks.yml') sp = ap.add_subparsers(description='EasyWKS understands the following commands:', required=True) init = sp.add_parser('init', help='Initialize the EasyWKS working directory and generate the PGP Key. '