From 5010dce3d5d02762de894d088c2c9c148e40d400 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 11 Nov 2020 03:10:50 -0700 Subject: [PATCH] ifparse: rename --yaml to --yaml-raw --- cmd/ifparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ifparse.c b/cmd/ifparse.c index e0b2f4d..14135c9 100644 --- a/cmd/ifparse.c +++ b/cmd/ifparse.c @@ -63,7 +63,7 @@ static struct if_option local_options[] = { {'A', "all", NULL, "show all interfaces", false, set_show_all}, {'U', "allow-undefined", NULL, "allow querying undefined (virtual) interfaces", false, set_allow_undefined}, #ifdef CONFIG_YAML - {'Y', "yaml", NULL, "render output as YAML", false, set_yaml}, + {'Y', "yaml-raw", NULL, "reflect raw {iface, key, value} triples as YAML", false, set_yaml}, #endif };