From a1b372ac66aa02c2a68a914cbbf42be733f25391 Mon Sep 17 00:00:00 2001 From: Ryan Witt <onecreativenerd@gmail.com> Date: Tue, 21 Apr 2015 13:22:17 -0400 Subject: [PATCH] correct usage comment --- bin/utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/utils b/bin/utils index eff6bf0a..636e45e3 100755 --- a/bin/utils +++ b/bin/utils @@ -36,7 +36,7 @@ set-default-env() { echo "export $1=\${$1:-$2}" >> $PROFILE_PATH } -# Usage: $ set-default-env key value +# Usage: $ un-set-env key un-set-env() { echo "unset $1" >> $PROFILE_PATH } -- GitLab