mirror of
https://github.com/restic/restic.git
synced 2024-12-23 00:07:25 +00:00
commit
8d5e188218
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ The error here is that the tilde ``~`` in ``"~/documents"`` didn't get expanded
|
|||
/home/john/documents
|
||||
|
||||
$ echo "~/documents"
|
||||
~/document
|
||||
~/documents
|
||||
|
||||
$ echo "$HOME/documents"
|
||||
/home/john/documents
|
||||
|
|
Loading…
Reference in a new issue