diff options
author | rfjakob | 2016-06-09 23:28:48 +0200 |
---|---|---|
committer | rfjakob | 2016-06-09 23:28:48 +0200 |
commit | 98f1e4997b9a20b205f91ff033f2faea0ac42dd1 (patch) | |
tree | 7799ae96f652cb57647af58e808bfd46343afadd /Upgrading.md | |
parent | 25655400bdb6f45ad7a237ae2d780d98f094388b (diff) |
Updated Upgrading (markdown)
Diffstat (limited to 'Upgrading.md')
-rw-r--r-- | Upgrading.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Upgrading.md b/Upgrading.md index 7d7d578..c6390b2 100644 --- a/Upgrading.md +++ b/Upgrading.md @@ -25,7 +25,7 @@ $ shopt -s dotglob $ rsync -av /old/* /new ``` -The bash option `dotglob` makes sure that `/old/*` also matches hidden files (dotfiles). +The bash option `dotglob` makes sure that `/old/*` also matches hidden files (dotfiles). If you don't have any in /old (check with `ls -la /old`), you can skip that. #### Space-efficient move |