Skip to content

Commit 4eea887

Browse files
committed
Update readme to show --shell-type option in #8
1 parent 8cd2710 commit 4eea887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you don't need any custom completion behaviour, all you need to do is add the
3232

3333
Note: If `[program]` is an alias you will need to specify the aliased name with the `-p|--program` option, as completion may not work otherwise: `_completion --generate-hook -p [myalias]`.
3434

35-
Second note: The type of shell (ZSH/BASH) is automatically detected using the `SHELL` environment variable at run time. In some circumstances, you may need to explicitly specify the shell type as an argument to the `--generate-hook` option.
35+
Second note: The type of shell (ZSH/BASH) is automatically detected using the `SHELL` environment variable at run time. In some circumstances, you may need to explicitly specify the shell type with the `--shell-type` option.
3636

3737
### How it works
3838

0 commit comments

Comments
 (0)