Skip to content

Commit

Permalink
Update readme for 0.4.1 (remove --shell option)
Browse files Browse the repository at this point in the history
  • Loading branch information
stecman committed Oct 21, 2014
1 parent bbda3f3 commit 8b4aaaf
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 @@ -32,7 +32,7 @@ If you don't need any custom completion behaviour, all you need to do is add the

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]`.

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 set the shell type using the `--shell` option.
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.

### How it works

Expand Down

0 comments on commit 8b4aaaf

Please sign in to comment.