diff options
Diffstat (limited to 'miscutils/conspy.c')
-rw-r--r-- | miscutils/conspy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/conspy.c b/miscutils/conspy.c index f6468c116..e80158e39 100644 --- a/miscutils/conspy.c +++ b/miscutils/conspy.c | |||
@@ -388,8 +388,8 @@ int conspy_main(int argc UNUSED_PARAM, char **argv) | |||
388 | INIT_G(); | 388 | INIT_G(); |
389 | strcpy(G.vcsa_name, DEV_VCSA); | 389 | strcpy(G.vcsa_name, DEV_VCSA); |
390 | 390 | ||
391 | opt_complementary = "x+:y+"; // numeric params | 391 | // numeric params |
392 | opts = getopt32(argv, "vcQsndfFx:y:", &G.x, &G.y); | 392 | opts = getopt32(argv, "vcQsndfFx:+y:+", &G.x, &G.y); |
393 | argv += optind; | 393 | argv += optind; |
394 | ttynum = 0; | 394 | ttynum = 0; |
395 | if (argv[0]) { | 395 | if (argv[0]) { |