mention 'add' has an option, and that each command has options

pull/222/head
Josh Rabinowitz 6 years ago
parent 31e5528fac
commit 99f2229038

@ -23,8 +23,8 @@ 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. Can also add file to .gitignore"
echo "See 'git secret [command] -h' for more info about commands and their options"
echo " add [filename.txt] - adds file to be hidden. optionally adds 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