Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master guru-tools by Bor Kraljič (85c303a50d333fbbf82fd21be0ae353ff2faba74)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master guru-tools by Bor Kraljič (85c303a50d333fbbf82fd21be0ae353ff2faba74)
  • Date: Thu, 22 Sep 2011 03:37:38 -0500

GIT changes to master guru-tools by Bor Kraljič <pyrobor AT ver.si>:

hashcheck.sh | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 85c303a50d333fbbf82fd21be0ae353ff2faba74
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

hashcheck.sh: minor fix of help msg so it can be parsed by bash-completion

diff --git a/hashcheck.sh b/hashcheck.sh
index eb66b0a..ebe6ae6 100755
--- a/hashcheck.sh
+++ b/hashcheck.sh
@@ -21,14 +21,14 @@ trap 'message
"${PROBLEM_COLOR}control-c${DEFAULT_COLOR}"; end_hashcheck 1' INT

function show_usage() {
usage="${MESSAGE_COLOR}Usage: ${SPELL_COLOR}$(basename $0)
${FILE_COLOR}spell(s)
-${MESSAGE_COLOR}\t-s|--section <section>\t to check whole section
-\t-g|--grimoire <grimoire> to check whole grimoire
-\t-v|--verbose\t\t show output from summon and verify_file
-\t-d|--download\t\t force download of sources
-\t-i|--ignore-scm\t\t don't bother with spells that have SCM source(s)
-\t-f|--remove-failed\t remove sources that are unverified
-\t-a|--remove-all\t\t remove all sources after check
-\t-h|--help\t\t show this help ${DEFAULT_COLOR}"
+${MESSAGE_COLOR} -s, --section <section> to check whole section
+ -g, --grimoire <grimoire> to check whole grimoire
+ -v, --verbose\t\t show output from summon and verify_file
+ -d, --download\t\t force download of sources
+ -i, --ignore-scm\t don't bother with spells that have SCM source(s)
+ -f, --remove-failed\t remove sources that are unverified
+ -a, --remove-all\t remove all sources after check
+ -h, --help\t\t show this help ${DEFAULT_COLOR}"
message "$usage"
}




  • [SM-Commit] GIT changes to master guru-tools by Bor Kraljič (85c303a50d333fbbf82fd21be0ae353ff2faba74), Bor Kraljič, 09/22/2011

Archive powered by MHonArc 2.6.24.

Top of Page