Browse Source

typo

pre-master-46
Holger Vogt 7 months ago
parent
commit
2185f82a28
  1. 2
      src/main.c

2
src/main.c

@ -1067,7 +1067,7 @@ int main(int argc, char **argv)
case 'q': /* Command completion */ case 'q': /* Command completion */
qflag = FALSE; qflag = FALSE;
fprintf(stderr, "Warning: Command completion is not supported, 'q' ignored\n");
fprintf(stderr, "Warning: Command completion is not supported, 'q' is ignored\n");
break; break;
case 'r': /* The raw file */ case 'r': /* The raw file */

Loading…
Cancel
Save