From 8b19507325c9a0611bdd093252ff1909c4ae9d56 Mon Sep 17 00:00:00 2001 From: 2Shirt <1923621+2Shirt@users.noreply.github.com> Date: Sun, 3 Jun 2018 17:45:31 -0600 Subject: [PATCH] Renamed command github-to-b2 Also slightly adjusted usage formatting --- backup-git-repos-to-b2 => github-to-b2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename backup-git-repos-to-b2 => github-to-b2 (97%) diff --git a/backup-git-repos-to-b2 b/github-to-b2 similarity index 97% rename from backup-git-repos-to-b2 rename to github-to-b2 index fda3845..3485049 100755 --- a/backup-git-repos-to-b2 +++ b/github-to-b2 @@ -9,11 +9,11 @@ Options: -i --b2-id [arg] Backblaze B2 account ID. -k --b2-key [arg] Backblaze B2 application key. -g --github-account [arg] GitHub account name. - -t --temp-dir [arg] Dir to use for temp files. -p --https-password [arg] GitHub account password (for private repos) - -s --use-https Use HTTPS to clone instead of SSH + -t --temp-dir [arg] Dir to use for temp files. + -s --use-https Use HTTPS to clone instead of SSH - -h --help This page. + -h --help This page. EOF __helptext='NOTE: --temp-dir defaults to "$(mktemp -d)" if not specified.'