arminbiere / runlim

Other
12 stars 4 forks source link

Short option -r is not working #2

Closed rkaminsk closed 1 year ago

rkaminsk commented 2 years ago

The short option -r is not working, which should be easy to fix:

--- a/runlim.c
+++ b/runlim.c
@@ -1285,6 +1285,7 @@ main (int argc, char **argv)
                break;

              case 's':
+             case 'r':
              case 't':
                i++;