README.md in Icarus-Mod-Tools-1.8.2.1 vs README.md in Icarus-Mod-Tools-1.9.0

- old
+ new

@@ -69,11 +69,11 @@ ```sh Commands: imt add help [COMMAND] # Describe subcommands or one specific subcommand imt add modinfo # Adds an entry to 'meta/modinfo/list' - imt add proginfo # Adds an entry to 'meta/proginfo/list' + imt add toolinfo # Adds an entry to 'meta/toolinfo/list' imt add repos # Adds an entry to 'meta/repos/list' Options: -C, [--config=CONFIG] # Path to the config file # Default: /Users/dyoung/.imtconfig.json @@ -87,12 +87,12 @@ ```sh Commands: imt list help [COMMAND] # Describe subcommands or one specific subcommand imt list modinfo # Displays data from 'meta/modinfo/list' imt list mods # Displays data from 'mods' - imt list proginfo # Displays data from 'meta/proginfo/list' - imt list progs # Displays data from 'progs' + imt list toolinfo # Displays data from 'meta/toolinfo/list' + imt list tools # Displays data from 'tools' imt list repos # Displays data from 'meta/repos/list' Options: -C, [--config=CONFIG] # Path to the config file # Default: /Users/dyoung/.imtconfig.json @@ -107,11 +107,11 @@ Commands: imt sync all # Run all sync jobs imt sync help [COMMAND] # Describe subcommands or one specific subcommand imt sync modinfo # Reads from 'meta/repos/list' and Syncs any modinfo files we find (github only for now) imt sync mods # Reads from 'meta/modinfo/list' and updates the 'mods' database accordingly - imt sync proginfo # Reads from 'meta/repos/list' and Syncs any proginfo files we find (github only for now) - imt sync progs # Reads from 'meta/proginfo/list' and updates the 'progs' database accordingly + imt sync toolinfo # Reads from 'meta/repos/list' and Syncs any toolinfo files we find (github only for now) + imt sync tools # Reads from 'meta/toolinfo/list' and updates the 'tools' database accordingly Options: -C, [--config=CONFIG] # Path to the config file # Default: /Users/dyoung/.imtconfig.json -V, [--version], [--no-version] # Print the version and exit