summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrfjakob2016-06-09 23:29:17 +0200
committerrfjakob2016-06-09 23:29:17 +0200
commit00050fc61494f672a68fe8d49bd3101dfe1d9fba (patch)
tree6ee64f8932effe7b08f79106a3dbbe417619a828
parent98f1e4997b9a20b205f91ff033f2faea0ac42dd1 (diff)
Updated Upgrading (markdown)
-rw-r--r--Upgrading.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Upgrading.md b/Upgrading.md
index c6390b2..5cdc6b2 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). If you don't have any in /old (check with `ls -la /old`), you can skip that.
+The bash option `shopt -s 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 command.
#### Space-efficient move