From 50f74bc56c0a3aca41d98279dc998296ea07c5b8 Mon Sep 17 00:00:00 2001 From: Shaun Hammill Date: Tue, 25 Oct 2016 11:11:26 -0400 Subject: [PATCH] [meta] zmanage: rescope usage to local variable Closes #100 --- modules/meta/functions/zmanage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/meta/functions/zmanage b/modules/meta/functions/zmanage index 07ab20f..42522ee 100644 --- a/modules/meta/functions/zmanage +++ b/modules/meta/functions/zmanage @@ -1,4 +1,4 @@ -usage="${0} [action] +local usage="${0} [action] Actions: | update | Fetches and merges upstream zim commits if possible | | info | Prints zim and system info |