Skip to content

Commit

Permalink
Add example of non-working set to README
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim committed Mar 17, 2015
1 parent 1702e39 commit 5b42689
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ doesn't care.
# Works the same way:
set '-resize', '100x100'
set :resize, '100x100'

# bad, won't work
set '-resize 100x100'
```

Watch out for the fact that it shell-escapes every argument, so if you write `set '-resize foo'`, you will get an error, since the space will be escaped, and shell would treat that whole string as single word.`
Expand Down

0 comments on commit 5b42689

Please sign in to comment.