summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
Diffstat (limited to 'boot')
-rwxr-xr-xboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot b/boot
index af5ccc2853..7bcc7a15aa 100755
--- a/boot
+++ b/boot
@@ -72,7 +72,7 @@ sub sanity_check_tree {
# has a LICENSE file instead.
if (! -f "$dir/LICENSE") {
print STDERR "Error: $dir/LICENSE doesn't exist.\n";
- die "Maybe you haven't done './sync-all get'?";
+ die "Maybe you haven't done 'git submodule update --init'?";
}
}
}