Update function description.

This commit is contained in:
Jorge Bucaran 2016-02-18 06:41:59 +09:00 committed by Jorge Bucaran
parent eba89acc27
commit 617e8af36e

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