mirror of
https://github.com/vgough/encfs.git
synced 2025-06-21 04:08:04 +02:00
Merge pull request #257 from charles-dyfis-net/shell-pedantry
Suggest "$@", not $*, in documentation
This commit is contained in:
commit
ac87a8ba0e
@ -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;
|
arguments, create a wrapper, such as encfs-reverse;
|
||||||
|
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
encfs --reverse $*
|
encfs --reverse "$@"
|
||||||
|
|
||||||
Then mount using the script path
|
Then mount using the script path
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user