summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index d73aee9..340e42a 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -498,7 +498,7 @@ Set_defaults ()
case "${LH_ARCHITECTURE}" in
arm|armel)
Echo_error "There is no default kernel flavour defined for your architecture."
- Echo_error "Please configure it manually with 'lh config -k FLAVOUR'."
+ Echo_error "Please configure it manually with 'lb config -k FLAVOUR'."
exit 1
;;