Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Commit

Permalink
💅 Improve script description
Browse files Browse the repository at this point in the history
  • Loading branch information
jtemporal committed Sep 1, 2017
1 parent c3bd482 commit 4ea83f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lead_scoring/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ def main():


if __name__ == '__main__':
description = "Script to generate Maratonny's list of suspicions"
description = """
Script to generate Maratonny's list of suspicions to be investigated
"""
parser = ArgumentParser(description=description)
parser.add_argument(
'--data-path', '-c', default='',
Expand Down

0 comments on commit 4ea83f8

Please sign in to comment.