Skip to content

Commit

Permalink
Merge 2b91e16 into ee8582a
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Oct 2, 2018
2 parents ee8582a + 2b91e16 commit e6f5db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lexmapr
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if __name__ == '__main__':
help='Output file')
parser.add_argument('log_file', nargs='?', default=sys.stderr,
help='Log file')
parser.add_argument('-f', '--format', default='full',
parser.add_argument('-f', '--format', default='basic',
help='Output format')
parser.add_argument('--version', action='store_true', dest='version',
help='Prints version information.', required=False)
Expand Down

0 comments on commit e6f5db5

Please sign in to comment.