aboutsummaryrefslogtreecommitdiff
path: root/bin/without-env
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-19 00:05:59 -0300
committerEuAndreh <eu@euandre.org>2022-10-19 00:06:00 -0300
commit7b468dc4390748b2d0a1f480b626a79fc6f57167 (patch)
tree485460031f2909a60a7ac2fdda04ec1447dd1f57 /bin/without-env
parentbin/without-env: Don't bother with looking at the 3rd argument (diff)
downloaddotfiles-7b468dc4390748b2d0a1f480b626a79fc6f57167.tar.gz
dotfiles-7b468dc4390748b2d0a1f480b626a79fc6f57167.tar.xz
bin/without-env: Fix -h flag in USAGE string
Diffstat (limited to 'bin/without-env')
-rwxr-xr-xbin/without-env2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/without-env b/bin/without-env
index fb1f807..fd9d1e8 100755
--- a/bin/without-env
+++ b/bin/without-env
@@ -5,7 +5,7 @@ usage() {
cat <<-'EOF'
Usage:
without-env ENVVAR PATH -- COMMAND...
- without-env [-h]
+ without-env -h
EOF
}