Update message.
[pintos-anon] / src / threads / init.c
index 589661619b056a2eb40643f2b746da5a9daff15e..55a8cbb5f363f9f140149bedc7fd90f8a74a3178 100644 (file)
@@ -246,8 +246,6 @@ argv_init (void)
       fsutil_remove_file = argv[++i];
     else if (!strcmp (argv[i], "-ls"))
       fsutil_list_files = true;
-    else if (!strcmp (argv[i], "-D"))
-      fsutil_dump_filesys = true;
 #endif
     else if (!strcmp (argv[i], "-u"))
       {
@@ -261,13 +259,12 @@ argv_init (void)
 #ifdef FILESYS
           " -f                  Format the filesystem disk (hdb or hd0:1).\n"
           " -ci FILENAME SIZE   Copy SIZE bytes from the scratch disk (hdc\n"
-          "                     or hd1:0) into the filesystem as FILENAME\n"
+          "                     or hd1:0) into the filesystem as FILENAME.\n"
           " -co FILENAME        Copy FILENAME to the scratch disk, with\n"
-          "                     size at start of sector 0 and data afterward\n"
-          " -p FILENAME         Print the contents of FILENAME\n"
-          " -r FILENAME         Delete FILENAME\n"
-          " -ls                 List the files in the filesystem\n"
-          " -D                  Dump complete filesystem contents\n"
+          "                     size at start of sector 0 and data after.\n"
+          " -p FILENAME         Print the contents of FILENAME.\n"
+          " -r FILENAME         Delete FILENAME.\n"
+          " -ls                 List files in the root directory.\n"
 #endif
           " -q                  Power off after doing requested actions.\n"
           " -u                  Print this help message and power off.\n"