From: Francois Fleuret Date: Tue, 13 Apr 2010 16:26:19 +0000 (+0200) Subject: Changed two long options. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=commitdiff_plain;h=b39a1e12a6cdb06d518c99ea96adebbbaddf5193 Changed two long options. --- diff --git a/selector.c b/selector.c index 5054f6b..fa0589c 100644 --- a/selector.c +++ b/selector.c @@ -779,8 +779,8 @@ void read_file(struct hash_table_t *hash_table, static struct option long_options[] = { { "output-file", 1, 0, 'o' }, - { "separator-patterns", 1, 0, 's' }, - { "separator-display", 1, 0, 'x' }, + { "pattern-separator", 1, 0, 's' }, + { "label-separator", 1, 0, 'x' }, { "inject-in-tty", no_argument, 0, 'v' }, { "add-control-qs", no_argument, 0, 'w' }, { "monochrome", no_argument, 0, 'm' },