From 3f8fd2c493034d6f2e7bf2b1c42a367c77dad77c Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Fri, 29 Jan 2021 23:08:17 -0500 Subject: Mention `delta --help` more in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c4fa8a9..e3ebfc91 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,8 @@ The most convenient way to configure delta is with a `[delta]` section in `~/.gi +Use `delta --help` to see all the available options. + To quickly change delta configuration on-the-fly, use the `git config --global` command. For example ```bash @@ -282,7 +284,7 @@ Behind the scenes, delta uses `less` for paging. The version of `less` that come #### Git config files -Set delta to be git's pager in your `.gitconfig`. Delta has many options to alter colors and other details of the output. An example is +Set delta to be git's pager in your `.gitconfig`. Delta has many options to alter colors and other details of the output; `delta --help` shows them all. An example is ```gitconfig [core] pager = delta -- cgit v1.2.3