Skip to content

Commit

Permalink
docs(config): Update command line args info.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed May 3, 2019
1 parent 953258e commit b59e083
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tagmaps/config/config.py
Expand Up @@ -92,8 +92,9 @@ def parse_args(self):
parser.add_argument("-s",
"--source",
default="fromLBSN",
help="Specify source of data. "
"This is needed to read data.")
help="Specify type of source of data. "
"This is needed to read data. "
"Defaults to 'fromLBSN'.")
parser.add_argument("-r",
"--disableRemoveLongTail",
action="store_true",
Expand Down

0 comments on commit b59e083

Please sign in to comment.