doc: ifparse: chase --yaml-raw -> -F yaml-raw change

This commit is contained in:
Ariadne Conill 2020-11-13 21:53:41 -07:00
parent 545c3870ab
commit 89b96a5108

View file

@ -27,6 +27,10 @@ stanzas between different formats.
*-i, --interfaces* _FILE_
Use _FILE_ as the config database.
*-F, --format* _FORMAT_
Use _FORMAT_ to determine what format to use. *ifupdown* and
*yaml-raw* formats are available.
*-I, --include* _PATTERN_
Include _PATTERN_ when matching against the config or state
database.
@ -46,11 +50,6 @@ stanzas between different formats.
Exclude _PATTERN_ when matching against the config or state
database.
*-Y, --yaml-raw*
Output configuration data in the yaml-raw format instead of
the traditional stanza-based format. This format is primarily
intended for other tools outside ifupdown-ng itself to use.
# SEE ALSO
*ifup*(8)++