diff --git a/TerminalDocs/command-line-arguments.md b/TerminalDocs/command-line-arguments.md index 00e19499..c4ae7d7d 100644 --- a/TerminalDocs/command-line-arguments.md +++ b/TerminalDocs/command-line-arguments.md @@ -37,7 +37,7 @@ Below is the full list of supported commands and options for the `wt` command li | `--maximized, -M` | Launches the terminal maximized. | | `--fullscreen, -F` | Launches the terminal as full screen. | | `--focus, -f` | Launches the terminal in the focus mode. Can be combined with `maximized`. | -| `--pos x,y` | Launches the terminal at the given position. `x` or `y` can be omitted, to use the default value from the settings. | +| `--pos x,y` | Launches the terminal at the given position. You can provide one value to set both `x` and `y`, or use a comma to set just one and use the default for the other (e.g., `--pos 500,`). | | `--size` `c,r` | Launches the terminal with the specified number of columns (`c`) and rows (`r`). | | `--window, -w window-id` | Runs the given command in a specific window. |