diff options
Diffstat (limited to 'usr.sbin/wormcontrol/wormcontrol.c')
-rw-r--r-- | usr.sbin/wormcontrol/wormcontrol.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/wormcontrol/wormcontrol.c b/usr.sbin/wormcontrol/wormcontrol.c index a18f6b0..81f857a 100644 --- a/usr.sbin/wormcontrol/wormcontrol.c +++ b/usr.sbin/wormcontrol/wormcontrol.c @@ -96,6 +96,10 @@ main(int argc, char **argv) d.speed = 1; else if (eq(argv[i], "double")) d.speed = 2; + else if (eq(argv[i], "quad")) + d.speed = 4; + else if (eq(argv[i], "max")) + d.speed = 99; else errx(EX_USAGE, "wrong param for \"prepdisk\": %s", |