Skip to content

Commit

Permalink
Fix bash completion instructions
Browse files Browse the repository at this point in the history
This patch adds the missing shell argument to the shell-complete
invocation in the README.

Fixes #140
  • Loading branch information
robinkrahl authored and d-e-s-o committed Apr 10, 2021
1 parent f87f4e4 commit c40742c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ arguments to them. A completion script can be generated via the
`shell-complete` utility program and then only needs to be sourced to
make the current shell provide context-sensitive tab completion support.
```bash
$ cargo run --bin=shell-complete > nitrocli.bash
$ cargo run --bin=shell-complete bash > nitrocli.bash
$ source nitrocli.bash
```

Expand Down

0 comments on commit c40742c

Please sign in to comment.