summaryrefslogtreecommitdiff
path: root/split-csv.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-11-05 23:34:55 +0100
committerJules Laplace <julescarbon@gmail.com>2018-11-05 23:34:55 +0100
commita7529c979563e87fe9c518a3b6a084772d4b63a4 (patch)
tree88445643552fcf1e761957cb634012cf4e0bc1a8 /split-csv.py
parent2cb40f0220c14cc4b42673b4b75fc04406f651ff (diff)
k
Diffstat (limited to 'split-csv.py')
-rw-r--r--split-csv.py2
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):