From 269dba904369cc724f5faeb40329a3b19894de8e Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Thu, 4 Apr 2024 10:30:37 -0700 Subject: [PATCH] docs: use command with argument as example for `ui.default-command` Makes it easier to figure out how to pass arguments. --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index b1f1e10525..f00257c4f4 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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