diff --git a/docs/usage.md b/docs/usage.md index 7fb6c2ea..24de2ff0 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -71,7 +71,9 @@ As of version 9.5, libraries are saved automatically as you go. To save a backup There are a handful of launch arguments you can pass to TagStudio via the command line or a desktop shortcut. -| Argument | Short | Description | -| ---------------------- | ----- | ---------------------------------------------------- | -| `--open ` | `-o` | Path to a TagStudio Library folder to open on start. | -| `--config-file ` | `-c` | Path to the TagStudio config file to load. | +| Argument | Short | Description | +| ------------------------ | ----- | ------------------------------------------------------ | +| `--cache-file ` | `-c` | Path to a TagStudio .ini or .plist cache file to use. | +| `--open ` | `-o` | Path to a TagStudio Library folder to open on start. | +| `--settings-file ` | `-s` | Path to a TagStudio .toml global settings file to use. | +| `--version` | `-v` | Displays TagStudio version information. |