ifparse: rename --yaml to --yaml-raw
This commit is contained in:
parent
95f0ea4895
commit
5010dce3d5
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ static struct if_option local_options[] = {
|
||||||
{'A', "all", NULL, "show all interfaces", false, set_show_all},
|
{'A', "all", NULL, "show all interfaces", false, set_show_all},
|
||||||
{'U', "allow-undefined", NULL, "allow querying undefined (virtual) interfaces", false, set_allow_undefined},
|
{'U', "allow-undefined", NULL, "allow querying undefined (virtual) interfaces", false, set_allow_undefined},
|
||||||
#ifdef CONFIG_YAML
|
#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
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue