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:
Martin von Zweigbergk 2024-04-04 10:30:37 -07:00 committed by Martin von Zweigbergk
parent a7d5a9c99a
commit 361b4ca425

View file

@ -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