From 8ddca012980933ad96f74ccc8fe9226f3bfee5ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Kongstad?= Date: Thu, 21 Dec 2023 16:51:33 +0100 Subject: 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 --- bin/printflags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- cgit v1.2.3