From 757df3bf5d5394cd1abd2283d4a9102c404907ca Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Mon, 30 Mar 2015 23:37:37 -0400 Subject: [PATCH] minor change to comments --- lib/sharedFunctions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sharedFunctions.sh b/lib/sharedFunctions.sh index 77e01d1..8b996cc 100755 --- a/lib/sharedFunctions.sh +++ b/lib/sharedFunctions.sh @@ -116,7 +116,7 @@ function pushover() { # use in if/then statements. # # Usage: -# if is_file; then +# if is_file "file"; then # ... # fi # ------------------------------------------------------