im stupid

This commit is contained in:
qorg11 2020-08-12 20:54:29 +02:00
parent 015f021669
commit dfa79c963b
No known key found for this signature in database
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ main(int argc, char *argv[])
else
for(int i = optind; i<argc;i++)
{
int c = getopt(argc, argv, "c");
int c = getopt(argc, argv, "u");
cat(1,argv[i]);
}