summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_mount.c')
-rw-r--r--sys/kern/vfs_mount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index 15899ce..71084f5 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -1892,6 +1892,7 @@ vfs_mountroot_ask(void)
freeenv(options);
printf("\nManual root filesystem specification:\n");
printf(" <fstype>:<device> Mount <device> using filesystem <fstype>\n");
+ printf(" eg. zfs:tank\n");
printf(" eg. ufs:/dev/da0s1a\n");
printf(" eg. cd9660:/dev/acd0\n");
printf(" This is equivalent to: ");
OpenPOWER on IntegriCloud