Skip to content

Commit

Permalink
add -d to usage
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Mar 28, 2020
1 parent 725ae93 commit 0dad578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# Usage: build [-m ARCH] [-c CPU] [-i IMAGE]
# Usage: build [-m ARCH] [-c CPU] [-i IMAGE] [-d CMD]
#
# Type `build -h` for help and see https://github.com/romkatv/zsh-bin
# for full documentation.
Expand All @@ -19,7 +19,7 @@ if [ -n "${ZSH_VERSION:-}" ]; then
fi

usage="$(cat <<\END
Usage: build [-m ARCH] [-c CPU] [-i IMAGE]
Usage: build [-m ARCH] [-c CPU] [-i IMAGE] [-d CMD]
Creates an archive containing statically-linked, hermetic,
relocatable Zsh 5.8. Installation of Zsh from the archive
Expand Down

0 comments on commit 0dad578

Please sign in to comment.