k9core

Unnamed repository
Log | Files | Refs | LICENSE

commit dfa79c963b87b691c42066d8578b4f5e7c019a87
parent 015f021669811eeb7de927197d27c88a2e7ef86a
Author: qorg11 <qorg@vxempire.xyz>
Date:   Wed, 12 Aug 2020 20:54:29 +0200

im stupid

Diffstat:
Msrc/cat.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cat.c b/src/cat.c @@ -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]); }