aboutsummaryrefslogtreecommitdiff
path: root/apps/nseq.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nseq.c')
-rw-r--r--apps/nseq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/nseq.c b/apps/nseq.c
index 92ae7bd..706ca58f 100644
--- a/apps/nseq.c
+++ b/apps/nseq.c
@@ -71,6 +71,8 @@ int nseq_main(int argc, char **argv)
break;
}
}
+
+ /* No extra arguments. */
argc = opt_num_rest();
if (argc != 0)
goto opthelp;