Fixed help/usage message for melpa

This commit is contained in:
Donald Ephraim Curtis 2012-01-21 23:19:05 -06:00
parent 6eee148786
commit 3dde322215

2
melpa
View file

@ -43,7 +43,7 @@ function melpa_generate_html {
}
function print_usage {
echo "usage: $0 [-h | -?] [update | clear | build | html | sync]"
echo "usage: $0 [-h | -?] [clear | build | html | sync]"
}
args=`getopt h $*`