summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/lib/ptxd_lib_kconfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_lib_kconfig.sh b/scripts/lib/ptxd_lib_kconfig.sh
index e65f583ca..adddc46c1 100644
--- a/scripts/lib/ptxd_lib_kconfig.sh
+++ b/scripts/lib/ptxd_lib_kconfig.sh
@@ -516,7 +516,7 @@ ptxd_kconfig_sync_config() {
all=""
fi
ptxd_bailout "Outdated config for '$(ptxd_print_path "${PTXDIST_LAYERS[0]}")'" \
- "'oldconfig' changes the file. Run 'oldconfig${p:+ }${p}' to update${all}."
+ "'oldconfig' changes the file. Run 'oldconfig${p:+ }${p}' to update${all}." \
"Use --force to continue anyways."
else
ptxd_warning "Outdated config for '$(ptxd_print_path "${PTXDIST_LAYERS[0]}")'" \