we should display the previous argument here

This commit is contained in:
speedie 2023-03-13 21:44:20 +01:00
parent 1aa1a91788
commit c11b856902

View file

@ -137,7 +137,7 @@ readargs(int argc, char *argv[])
} else if (!strcmp(argv[i], "-nip")) { /* don't indent to prompt width */ } else if (!strcmp(argv[i], "-nip")) { /* don't indent to prompt width */
indentitems = 0; indentitems = 0;
} else if (i + 1 == argc) { } else if (i + 1 == argc) {
fprintf(stderr, "spmenu: The '%s' option requires an argument.\n", argv[i]); fprintf(stderr, "spmenu: The '%s' option requires an argument.\n", argv[i-1]);
/* these options take one argument */ /* these options take one argument */
} else if (!strcmp(argv[i], "-g")) { /* number of columns in grid */ } else if (!strcmp(argv[i], "-g")) { /* number of columns in grid */