Fix typo in docs
This commit is contained in:
parent
149727ce1f
commit
e7f7046ddd
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ have:
|
||||||
Here we have two arguments, `arg1` and `arg2` (an optional parameter).
|
Here we have two arguments, `arg1` and `arg2` (an optional parameter).
|
||||||
|
|
||||||
Once we have these parameters, when opening a new window, we must specify them
|
Once we have these parameters, when opening a new window, we must specify them
|
||||||
(unless they are required, like `arg2`), but how? Well, we use the `--arg`
|
(unless they are optional, like `arg2`), but how? Well, we use the `--arg`
|
||||||
option when running the `open` command:
|
option when running the `open` command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue