Merge pull request #257 from charles-dyfis-net/shell-pedantry

Suggest "$@", not $*, in documentation
This commit is contained in:
Valient Gough 2017-01-07 22:55:37 -08:00 committed by GitHub
commit ac87a8ba0e

View File

@ -182,7 +182,7 @@ Note that encfs arguments cannot be set this way. If you need to set encfs
arguments, create a wrapper, such as encfs-reverse;
#!/bin/sh
encfs --reverse $*
encfs --reverse "$@"
Then mount using the script path