Minor test changes.

This commit is contained in:
Geoffrey Challen
2017-02-09 09:50:07 -05:00
parent e809face5f
commit 52d122b854
2 changed files with 4 additions and 1 deletions

View File

@@ -681,7 +681,7 @@ checkfilesystem(int nargs, char **args)
char *device;
if (nargs != 2) {
kprintf("Usage: fs[12345] filesystem:\n");
kprintf("Usage: fs[123456] filesystem:\n");
return EINVAL;
}