summaryrefslogtreecommitdiff
path: root/src/paste.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/paste.c')
-rw-r--r--src/paste.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/paste.c b/src/paste.c
index 3b2b1de65..3cd95d368 100644
--- a/src/paste.c
+++ b/src/paste.c
@@ -79,8 +79,8 @@ static char *delim_end;
static struct option const longopts[] =
{
- {"serial", 0, 0, 's'},
- {"delimiters", 1, 0, 'd'},
+ {"serial", no_argument, 0, 's'},
+ {"delimiters", required_argument, 0, 'd'},
{0, 0, 0, 0}
};