fix descriptions in files related to analyzers

This commit is contained in:
security-companion
2022-11-03 22:18:29 +01:00
parent 18cd7a83c6
commit 7ee4eb6101
5 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ def analyze(conf, input):
def main():
dir = os.path.dirname(os.path.realpath(__file__))
parser = argparse.ArgumentParser(description='Search Greynoise for a given artifact')
parser = argparse.ArgumentParser(description='Search EmailRep for a given artifact')
parser.add_argument('artifact', help='the artifact represented in JSON format')
parser.add_argument('-c', '--config', metavar="CONFIG_FILE", default=dir + "/emailrep.yaml", help='optional config file to use instead of the default config file')