diff --git a/tagmaps/config/config.py b/tagmaps/config/config.py index 51f06b1..f3faff3 100644 --- a/tagmaps/config/config.py +++ b/tagmaps/config/config.py @@ -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",