Updated Administrating wildduck via command line (markdown)

bunyevacz 2018-06-23 09:40:46 +02:00
parent 187392de77
commit 12a3d6fd3c

@ -50,7 +50,7 @@ if [ -f $HOME/.wildduck.commands ]; then
fi
```
Please not, that `. file` is the same as `source file`. But dot itself is
Please note `. file` is the same as `source file`. But dot itself is
POSIX compatible, while `source` is bash builtin (and some other shells too),
but bash itself [does not make a distinction between dot and source](https://stackoverflow.com/a/20094373).