docs: "bash" is no longer optional for command-line completion

This commit is contained in:
Patric Stout 2024-04-02 17:23:09 +02:00 committed by Martin von Zweigbergk
parent 6d02614d5c
commit e5b9e8ff58

View file

@ -175,7 +175,7 @@ depends on your shell.
### Bash
```shell
source <(jj util completion) # --bash is the default
source <(jj util completion bash)
```
### Zsh