Skip to content

Commit

Permalink
Use double-quotes in examples because Windows 💩
Browse files Browse the repository at this point in the history
Fixes #11
  • Loading branch information
sindresorhus committed Sep 8, 2019
1 parent 58c2fe0 commit abbd27d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.js
Expand Up @@ -13,7 +13,7 @@ const cli = meow(`
Examples
$ del unicorn.png rainbow.png
$ del '*.png' '!unicorn.png'
$ del "*.png" "!unicorn.png"
`, {
flags: {
force: {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -28,7 +28,7 @@ $ del --help
Examples
$ del unicorn.png rainbow.png
$ del '*.png' '!unicorn.png'
$ del "*.png" "!unicorn.png"
```

Since `$ del` is already a builtin command on Windows, you need to use `$ del-cli` there.
Expand Down

0 comments on commit abbd27d

Please sign in to comment.