Skip to content

Commit

Permalink
docs: use command with argument as example for ui.default-command
Browse files Browse the repository at this point in the history
Makes it easier to figure out how to pass arguments.
  • Loading branch information
martinvonz committed Apr 4, 2024
1 parent 69d38fb commit 269dba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 269dba9

Please sign in to comment.