forked from mirrors/jj
Fix small typo
This commit is contained in:
parent
e65b8c3cad
commit
831c45539e
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ for some examples of what's possible.
|
||||||
### Default command
|
### Default command
|
||||||
|
|
||||||
When `jj` is run with no explicit subcommand, the value of the
|
When `jj` is run with no explicit subcommand, the value of the
|
||||||
`ui.default-command` setting will used instead. Possible values are any valid
|
`ui.default-command` setting will be used instead. Possible values are any valid
|
||||||
subcommand name, subcommand alias, or user-defined alias (defaults to `"log"`).
|
subcommand name, subcommand alias, or user-defined alias (defaults to `"log"`).
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
|
|
Loading…
Reference in a new issue