aboutsummaryrefslogtreecommitdiffstats
path: root/src/threads/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/init.c')
-rw-r--r--src/threads/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/threads/init.c b/src/threads/init.c
index 6633d2c..54cae24 100644
--- a/src/threads/init.c
+++ b/src/threads/init.c
@@ -371,6 +371,7 @@ usage (void)
" -Q Power off VM after actions or on panic.\n"
" -q Force off VM after actions or on panic.\n"
" -f Format file system disk during startup.\n"
+ " -F=COUNT Interrupts per second [20-60000].\n"
" -rs=SEED Set random number seed to SEED.\n"
" -mlfqs Use multi-level feedback queue scheduler.\n"
#ifdef USERPROG