Skip to content

Commit

Permalink
Update config docs on revursive load info
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Jul 15, 2019
1 parent a849427 commit fdcf138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lbsntransform/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def parseArgs(self):
settings_args.add_argument('-rL', "--recursiveLoad",
action='store_true', default=False,
help='Process Input Directories '
'recursively (depth: 2)')
'recursively (default depth: 2)')
settings_args.add_argument('-sF', "--skipUntilFile",
default=self.skip_until_file,
help='If local input, skip all files '
Expand Down

0 comments on commit fdcf138

Please sign in to comment.