Skip to content

Commit

Permalink
Fix binary options
Browse files Browse the repository at this point in the history
  • Loading branch information
denisidoro committed May 24, 2020
1 parent 7ee89a9 commit 356b137
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions scripts/github/asset
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
##? Pushbullet API
##?
##? Usage:
##? asset latest-version <user> <repo>
##? asset url <user> <repo>
##? asset download <user> <repo>
##? asset sha <user> <repo>
##? asset [options] latest-version <user> <repo>
##? asset [options] url <user> <repo>
##? asset [options] download <user> <repo>
##? asset [options] sha <user> <repo>
##?
##? Options:
##? --variant <variant> Binary variant
Expand Down
14 changes: 7 additions & 7 deletions scripts/rust/binary
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ set -euo pipefail
##? Binary helpers
##?
##? Usage:
##? binary build
##? binary tar
##? binary symlink
##? binary download
##? binary install
##? binary uninstall
##? binary [options] build
##? binary [options] tar
##? binary [options] symlink
##? binary [options] download
##? binary [options] install
##? binary [options] uninstall
##?
##? Options:
##? -t --target <target> Build variant
##? -t --target <target> Build variant

source "${DOTFILES}/scripts/rust/aux/proj.sh"

Expand Down

0 comments on commit 356b137

Please sign in to comment.