fix usage info

This commit is contained in:
Fakerr 2017-01-14 16:19:44 +01:00
parent 60c4557591
commit 213e32b6d2

View file

@ -6,8 +6,9 @@ usage() {
cat <<EOF
Usage: git log [options]
Options:
-d, --date Number of days.
-d, --date Show logs for last n days.
-a, --author Author name.
-f, --fetch fetch commits.
-h, --help This message.
-- End of options.
EOF