Clarify that 'git-secret-add' doesn't alter .gitignore by default

pull/222/head
Josh Rabinowitz 6 years ago
parent 5ff1afe33b
commit 31e5528fac

@ -24,7 +24,7 @@ function usage {
echo "usage: git secret [--version] [$commands]"
echo " 'git secret --version' will show version and exit"
echo "See 'git secret [command] -h' for more information on each command below"
echo " add [filename.txt] - adds file to be hidden. Also add this file to .gitignore"
echo " add [filename.txt] - adds file to be hidden. Can also add file to .gitignore"
echo " cat [filename.txt] - cats the decrypted contents of the named file to stdout"
echo " changes [filename.secret] - indicates if the file has changed since checkin"
echo " clean - deletes encrypted files"

Loading…
Cancel
Save