aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMårten Kongstad <amhk@google.com>2023-12-21 16:51:33 +0100
committerMårten Kongstad <amhk@google.com>2023-12-21 16:51:33 +0100
commit8ddca012980933ad96f74ccc8fe9226f3bfee5ac (patch)
tree89396c3e8b158619c6dae084b675b03bd057be5e
parent7c7520b7fbec1ea493511af00d9877b9fe476be3 (diff)
downloadbazel-8ddca012980933ad96f74ccc8fe9226f3bfee5ac.tar.gz
printflags: call `dump-cache` instead of `dump`
The new canonical name is `dump-cache`, though `dump` is still an accepted alias (for now). Update printflags accordingly. Bug: N/A Test: m all_aconfig_declarations && printflags Change-Id: I08e679ad1515114eb68d25745375cadc1c9d84df
-rwxr-xr-xbin/printflags2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/printflags b/bin/printflags
index 367886c5..283bd095 100755
--- a/bin/printflags
+++ b/bin/printflags
@@ -22,4 +22,4 @@ if [[ ! -f "$aconfig" || ! -f "$flags_file" ]]; then
echo "Missing dependencies: please run 'm all_aconfig_declarations' and try again."
exit 1
fi
-$aconfig dump --cache $flags_file $@
+$aconfig dump-cache --cache $flags_file $@