X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;ds=inline;f=selector.c;h=7cea39db289f42935b2e44d0436f7a543b628731;hb=d1d58172b0e73be74d9ed8a1b252c7524d6f9469;hp=5054f6b6a0050490b4e19d59b208e5ad4eceec0b;hpb=31d6b34af7e6587c8eecabeb44da4de86ec93f3d;p=selector.git diff --git a/selector.c b/selector.c index 5054f6b..7cea39d 100644 --- a/selector.c +++ b/selector.c @@ -44,7 +44,7 @@ #include #include -#define VERSION "1.0.1" +#define VERSION "1.1" #define BUFFER_SIZE 4096 @@ -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' },