summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/image_signing/get_gbb_flags.sh2
-rwxr-xr-xscripts/image_signing/set_gbb_flags.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/image_signing/get_gbb_flags.sh b/scripts/image_signing/get_gbb_flags.sh
index dcf3347f..ca635942 100755
--- a/scripts/image_signing/get_gbb_flags.sh
+++ b/scripts/image_signing/get_gbb_flags.sh
@@ -24,7 +24,7 @@ main() {
exit 1
fi
echo 'NOTICE: This script has been replaced with futility functionality and will be removed.' 1>&2
- echo 'NOTICE: Please try `futility gbb --get --flags`' 1>&2
+ echo 'NOTICE: Please try `futility gbb --get --flash --flags`' 1>&2
local args=()
if [ "${FLAGS_explicit}" = "${FLAGS_TRUE}" ]; then
diff --git a/scripts/image_signing/set_gbb_flags.sh b/scripts/image_signing/set_gbb_flags.sh
index e44158d1..e6e94822 100755
--- a/scripts/image_signing/set_gbb_flags.sh
+++ b/scripts/image_signing/set_gbb_flags.sh
@@ -48,7 +48,7 @@ main() {
exit 1
fi
echo 'NOTICE: This script has been replaced with futility functionality and will be removed.' 1>&2
- echo 'NOTICE: Please try `futility gbb --set --flags=`' 1>&2
+ echo "NOTICE: Please try \`futility gbb --set --flash --flags=$1\`" 1>&2
local value="$(($1))"