Commit bb54204e authored by Vitaly Lipatov's avatar Vitaly Lipatov

gammit: add -a to --help

parent 422fff12
......@@ -7,9 +7,10 @@
. `dirname $0`/../share/eterbuild/functions/common
if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
echo "gammit [-q] [files] - make commit with description from last changelog entry in spec"
echo "gammit [-q] [-a] [files] - make commit with description from last changelog entry in spec"
echo "Use: gammit"
echo " -q - skip editor"
echo " -a - commit all files"
exit 0
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment