diff options
author | EuAndreh <eu@euandre.org> | 2022-10-19 00:05:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-19 00:06:00 -0300 |
commit | 7b468dc4390748b2d0a1f480b626a79fc6f57167 (patch) | |
tree | 485460031f2909a60a7ac2fdda04ec1447dd1f57 /bin/without-env | |
parent | bin/without-env: Don't bother with looking at the 3rd argument (diff) | |
download | dotfiles-7b468dc4390748b2d0a1f480b626a79fc6f57167.tar.gz dotfiles-7b468dc4390748b2d0a1f480b626a79fc6f57167.tar.xz |
bin/without-env: Fix -h flag in USAGE string
Diffstat (limited to 'bin/without-env')
-rwxr-xr-x | bin/without-env | 2 |
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 } |