mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 09:21:37 +00:00
Restore a missing comma.
This commit is contained in:
parent
84497429e1
commit
38016cf62b
@ -15,7 +15,7 @@ if __name__ == '__main__':
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument('-o', '--output', default='combined-counts.csv',
|
||||
help='filename to write the output to')
|
||||
parser.add_argument('-c', '--cutoff', type=int, default=0
|
||||
parser.add_argument('-c', '--cutoff', type=int, default=0,
|
||||
help='minimum count to read from an input file')
|
||||
parser.add_argument('inputs', nargs='+',
|
||||
help='names of input files to merge')
|
||||
|
Loading…
Reference in New Issue
Block a user