diff --git a/src/ln.c b/src/ln.c index 9493051..d423506 100644 --- a/src/ln.c +++ b/src/ln.c @@ -1,8 +1,6 @@ #include #include -/* TODO -s flag */ - int main(int argc, char *argv[]) { @@ -14,6 +12,7 @@ main(int argc, char *argv[]) } int opts; int fd; + /* I am aware that this doesn't conform to style, but it's the only option that actually works */ while((opts = getopt(argc, argv, "s:")) != -1) { switch(opts)