ifparse: rename --yaml to --yaml-raw

This commit is contained in:
Ariadne Conill 2020-11-11 03:10:50 -07:00
parent 95f0ea4895
commit 5010dce3d5

View file

@ -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
};