diff options
-rw-r--r-- | bin/rtspin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rtspin.c b/bin/rtspin.c index f864172..20ce734 100644 --- a/bin/rtspin.c +++ b/bin/rtspin.c | |||
@@ -133,7 +133,7 @@ static int job(double exec_time) | |||
133 | return 0; | 133 | return 0; |
134 | } | 134 | } |
135 | 135 | ||
136 | #define OPTSTR "p:c:wld:vem" | 136 | #define OPTSTR "p:c:m:wld:ve" |
137 | 137 | ||
138 | int main(int argc, char** argv) | 138 | int main(int argc, char** argv) |
139 | { | 139 | { |