diff --git a/clean.py b/clean.py index 3b5284b..b35081e 100755 --- a/clean.py +++ b/clean.py @@ -27,7 +27,7 @@ import configparser import argparse # Parse all arguments -parser = argparse.ArgumentParser(description="Clean Alkira tenant config with AlkirAPI") +parser = argparse.ArgumentParser(description="Clean Alkira tenant config with AlkiraAPI") parser.add_argument("-t", "--tenant", type=str, default='alkira.cnf', help="location of alikira.cnf (default: alkira.cnf)") parser.add_argument("-v", "--verbose", type=int, default=0, help="Verbose level 0 or 1 (default: 0)") parser.add_argument("-p", "--pretty", help="make the JSON pretty!", action="store_true") diff --git a/get.py b/get.py index 0081619..86cb054 100755 --- a/get.py +++ b/get.py @@ -27,7 +27,7 @@ import configparser import argparse # Parse all arguments -parser = argparse.ArgumentParser(description="Get JSON config to AlkirAPI") +parser = argparse.ArgumentParser(description="Get JSON config to AlkiraAPI") parser.add_argument("-t", "--tenant", type=str, default='alkira.cnf', help="location of alikira.cnf (default: alkira.cnf)") parser.add_argument("-v", "--verbose", type=int, default=0, help="Verbose level 0 or 1 (default: 0)") diff --git a/push-debug.py b/push-debug.py index f36738e..2baf048 100755 --- a/push-debug.py +++ b/push-debug.py @@ -27,7 +27,7 @@ import configparser import argparse # Parse all arguments -parser = argparse.ArgumentParser(description="Push JSON config to AlkirAPI (debug)") +parser = argparse.ArgumentParser(description="Push JSON config to AlkiraAPI (debug)") parser.add_argument("-t", "--tenant", type=str, default='alkira.cnf', help="location of alikira.cnf (default: alkira.cnfi)") parser.add_argument("-f", "--file", type=str, help="location of the JSON connector file") parser.add_argument("-p", "--pretty", help="make the JSON pretty!", action="store_true") diff --git a/push.py b/push.py index 45f5629..48bb99b 100755 --- a/push.py +++ b/push.py @@ -27,7 +27,7 @@ import configparser import argparse # Parse all arguments -parser = argparse.ArgumentParser(description="Push JSON config to AlkirAPI") +parser = argparse.ArgumentParser(description="Push JSON config to AlkiraAPI") parser.add_argument("-t", "--tenant", type=str, default='alkira.cnf', help="location of alikira.cnf (default: alkira.cnf)") parser.add_argument("-f", "--folder", type=str, default='config', help="location of the JSON connector files (default: config)") parser.add_argument("-c", "--config", type=str, default='connectors.cnf', help="location of the connector config (default: config/connectors.cnf)") diff --git a/wip-users.py b/wip-users.py index 20c083c..35caf44 100755 --- a/wip-users.py +++ b/wip-users.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 # # Copyright 2022, Mischa Peters , Alkira. +# wip-users.py # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above