diff --git a/USAGE.md b/USAGE.md index cdd6bbe1..6d519138 100644 --- a/USAGE.md +++ b/USAGE.md @@ -84,14 +84,14 @@ from this same folder. Here brief usage of command line options, supported by game. -| Option | Type | Default | Platform | Description | -|----------------------|---------|-------------------------------------|----------|-------------------------------------------------------------------| -| `-dedicated`, `-d` | boolean | Off | all | Run game in dedicated mode | -| `-display` | integer | 0 | all | Run game on the selected display | -| `-fullscreen`, `-f` | boolean | On | all | Run game in fullscreen mode | -| `-logfile` | boolean | Off | all | Enable file logging to Descent3.log | -| `-loglevel ` | string | INFO (on Release), DEBUG (on Debug) | all | Set log level (NONE, VERBOSE, DEBUG, INFO, WARNING, ERROR, FATAL) | -| `-nomousegrab`, `-m` | boolean | Off | all | Disable mouse capture | -| `-service` | boolean | Off | all | Run game in service mode | -| `-winconsole` | boolean | Off | WIN | Enable windows console (off by default) | -| `-windowed`, `-w` | boolean | Off | all | Run game in windowed mode | +| Option | Type | Default | Platform | Description | +|------------------------------------------------|---------|-------------------------------------|----------|-------------------------------------------------------------------| +| `-dedicated `, `-d ` | path | None | all | Run game in dedicated mode | +| `-display` | integer | 0 | all | Run game on the selected display | +| `-fullscreen`, `-f` | boolean | On | all | Run game in fullscreen mode | +| `-logfile` | boolean | Off | all | Enable file logging to Descent3.log | +| `-loglevel ` | string | INFO (on Release), DEBUG (on Debug) | all | Set log level (NONE, VERBOSE, DEBUG, INFO, WARNING, ERROR, FATAL) | +| `-nomousegrab`, `-m` | boolean | Off | all | Disable mouse capture | +| `-service` | boolean | Off | all | Run game in service mode | +| `-winconsole` | boolean | Off | WIN | Enable windows console (off by default) | +| `-windowed`, `-w` | boolean | Off | all | Run game in windowed mode |