From 617e8af36ec586eb44456b4f778e8b34a234954b Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Thu, 18 Feb 2016 06:41:59 +0900 Subject: [PATCH] Update function description. --- functions/getopts.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/getopts.fish b/functions/getopts.fish index 55888b3..5b1ee2d 100644 --- a/functions/getopts.fish +++ b/functions/getopts.fish @@ -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