summaryrefslogtreecommitdiff
path: root/usr.sbin/installboot/installboot.c
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2014-01-19 04:14:23 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2014-01-19 04:14:23 +0000
commit11f0d054fb9d24ed3292bac7f7a218dcf1588cda (patch)
treeee1f2fb7e7243c35774c1bb43d0d851797462d27 /usr.sbin/installboot/installboot.c
parenta5eedbc175601c000fecfd9b0fabeb3d0910c779 (diff)
Tweak comment re root prefixes.
Diffstat (limited to 'usr.sbin/installboot/installboot.c')
-rw-r--r--usr.sbin/installboot/installboot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/installboot/installboot.c b/usr.sbin/installboot/installboot.c
index 2ecf652f47f..a3917e2554a 100644
--- a/usr.sbin/installboot/installboot.c
+++ b/usr.sbin/installboot/installboot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: installboot.c,v 1.3 2014/01/19 03:49:31 jsing Exp $ */
+/* $OpenBSD: installboot.c,v 1.4 2014/01/19 04:14:22 jsing Exp $ */
/*
* Copyright (c) 2012, 2013 Joel Sing <jsing@openbsd.org>
@@ -84,7 +84,7 @@ main(int argc, char **argv)
if (argc > 2)
stage2 = argv[2];
- /* Prefix stages with root. */
+ /* Prefix stages with root, unless they were user supplied. */
if (verbose)
fprintf(stderr, "Using %s as root\n", root);
if (argc <= 1 && stage1 != NULL)