docs: update

This commit is contained in:
Dylan Araps 2020-08-04 12:34:27 +03:00
parent a2e581f7d2
commit 255eeed13f
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 4 additions and 0 deletions

4
README
View File

@ -229,3 +229,7 @@ ________________________________________________________________________________
tmp=${tmp#?}
done
}
# Afterwards, the variable 'safe' contains the escaped filename. Using
# globals here is a must. Printing to the screen and capturing that
# output is too slow.