X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=crypto-install.py;h=0aff602f52418353dd5ec33a8d449305ae529e5a;hb=566386c4970db990d3ef7dcd8fd610e78d114066;hp=2e3b926313140450bb4cafc40ed8442618718ea4;hpb=643e4a61edf7e96077deedae32fa8686cbab9f16;p=crypto-install.git diff --git a/crypto-install.py b/crypto-install.py index 2e3b926..0aff602 100755 --- a/crypto-install.py +++ b/crypto-install.py @@ -6,7 +6,7 @@ import argparse, ConfigParser, os, sys, textwrap def print_version (): - print ("crypto-install.py GIT-TAG (GIT-REVISION)") + print ("crypto-install.py GIT-TAG (GIT-COMMIT/GIT-BRANCH)") def input_string (prompt=""):