mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-26 14:00:51 +00:00
docs: use command with argument as example for ui.default-command
Makes it easier to figure out how to pass arguments.
This commit is contained in:
parent
a7d5a9c99a
commit
361b4ca425
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ When `jj` is run with no explicit subcommand, the value of the
|
|||
subcommand name, subcommand alias, or user-defined alias (defaults to `"log"`).
|
||||
|
||||
```toml
|
||||
ui.default-command = "log"
|
||||
ui.default-command = ["log", "--reversed"]
|
||||
```
|
||||
|
||||
### Default description
|
||||
|
|
Loading…
Reference in a new issue