Update function description.

This commit is contained in:
Jorge Bucaran 2016-02-18 06:41:59 +09:00
parent bca78c3903
commit d5601ab4c7
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -1,4 +1,4 @@
function getopts -d "Parse CLI options"
function getopts -d "Parse command options"
if not set -q argv[1]
return 1
end