commit 3e3280ef7f9f2e0a61faa4d6aca3d5132cdc0262 parent 22bfe5592a5ec078fa954f2084fa9749c7bc2958 Author: Claudio Alessi <smoppy@gmail.com> Date: Tue, 26 Jan 2016 21:10:01 +0100 Fix a typo Diffstat:
M | README.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -241,5 +241,5 @@ git@github.com:clamiax/scripts.git mkbkp only supports backup of files, directories and git repositories. Though it easy to add support for virtually anything. Just declare a function in your -configuration file and add it into the $SUPPORT variable. See bkp_names and -bkp_gitrepos in [mkbkp](mkbkp) to learn more. +configuration file and add its name into the $SUPPORT variable. See bkp_names +and bkp_gitrepos in [mkbkp](src/mkbkp) to learn more.