Skip to content

Commit

Permalink
docs(README): single pipe not allowed in abbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Feb 22, 2020
1 parent 75cac76 commit 8d7acf7
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 @@ -181,7 +181,7 @@ The following are equivalent:

A `--` may optionally follow the last option.

The following are not allowed in the abbreviation: `;`, `||`, `&&`, and whitespace.
The following are not allowed in the abbreviation: `;`, `|`, `&&`, and whitespace.

```shell
abbr a\;b c # will error
Expand Down

0 comments on commit 8d7acf7

Please sign in to comment.