diff --git a/README.md b/README.md index 3b315fb..bc76917 100644 --- a/README.md +++ b/README.md @@ -13,21 +13,18 @@ moquery uses a unique filtering syntax for the `-f` filter option, e.g. `fv.BD.n reQuery always outputs in JSON; however, the data structure is flattened and is similar to moquery. ### CLI arguments -**Not implemented:** -`-a --attrs type of attributes to display (config, all)` -reQuery always displays all attributes. -`-o --output Display format (block, table, xml, json)` -reQuery only outputs JSON. +#### Not implemented: -`-p --port REST server port` -Just add the port to the hostname/IP, e.g. 10.0.0.1:443 +`-a --attrs` - reQuery always displays all attributes. Use external tools like awk and grep to limit results to config only. -**Renamed:** -`--klass is now --class` -Most likely a name clash in Python and is a non-issue for this tool. +`-o --output` - reQuery only outputs JSON. +`-p --port` - Just add the port to the hostname/IP, e.g. `10.0.0.1:443` -**Unique to requery:** -`-m --mode :Force mode` -By default the mode is determined by the extention, i.e. .tar.gz is a backup file. If this doesn't apply, use the mode option. +#### Renamed: +`-c --klass` - This was renamed to `-c --class`. + + +#### Unique to requery: +`-m --mode` - By default the mode is determined by the extention, i.e. .tar.gz is a backup file. If this doesn't apply, use the mode option to specify `http` or `backup`.