From 356b137a627d16fc5c2eddb13a34df35342f4c70 Mon Sep 17 00:00:00 2001 From: Denis Isidoro Date: Sat, 23 May 2020 22:34:24 -0300 Subject: [PATCH] Fix binary options --- scripts/github/asset | 8 ++++---- scripts/rust/binary | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/scripts/github/asset b/scripts/github/asset index 01792df5..642b8cf4 100755 --- a/scripts/github/asset +++ b/scripts/github/asset @@ -3,10 +3,10 @@ ##? Pushbullet API ##? ##? Usage: -##? asset latest-version -##? asset url -##? asset download -##? asset sha +##? asset [options] latest-version +##? asset [options] url +##? asset [options] download +##? asset [options] sha ##? ##? Options: ##? --variant Binary variant diff --git a/scripts/rust/binary b/scripts/rust/binary index 9fe2e866..a90e7b46 100755 --- a/scripts/rust/binary +++ b/scripts/rust/binary @@ -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 Build variant +##? -t --target Build variant source "${DOTFILES}/scripts/rust/aux/proj.sh"