mirror of
https://github.com/correl/melpa.git
synced 2024-12-18 11:06:10 +00:00
Fixed help/usage message for melpa
This commit is contained in:
parent
6eee148786
commit
3dde322215
1 changed files with 1 additions and 1 deletions
2
melpa
2
melpa
|
@ -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 $*`
|
||||
|
|
Loading…
Reference in a new issue