diff options
| author | Jules <jules@asdf.us> | 2018-11-05 19:39:22 -0500 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2018-11-05 19:39:22 -0500 |
| commit | 743159991f1bcf2080693424ebe5ad7001865583 (patch) | |
| tree | 836d49721266f8a19d7abf02212feee35074b44f /split-csv.py | |
| parent | d8244781971d2523a3a0343837efd180ab01228a (diff) | |
| parent | acc16d8f35a3b10021ff75db06503851feb8efde (diff) | |
Merge branch 'master' of asdf.us:megapixels_dev
Diffstat (limited to 'split-csv.py')
| -rw-r--r-- | split-csv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/split-csv.py b/split-csv.py index 2db45d85..e7c12883 100644 --- a/split-csv.py +++ b/split-csv.py @@ -9,7 +9,7 @@ import click @click.command() @click.option('--count', '-c', default=2, help='Number of subdivisions.') -@click.option('--has_keys/--has_no_keys', '-k', default=False, help='Whether to split off the keys.') +@click.option('--has_keys/--no_keys', '-k', default=False, help='Whether to split off the keys.') @click.option('--shuffle/--no_shuffle', default=False, help='Whether to shuffle.') @click.argument('filename') def split_csv(count, has_keys, shuffle, filename): |
