chiark / gitweb /
Version information changed to show 'Stacked GIT'
[stgit] / stgit / main.py
index d8d2868f558aa1b767913e7290fab097a733d79d..e62e95bddcf6fe55dab74d9de0669b7939ea06cd 100644 (file)
@@ -117,7 +117,7 @@ def main():
         print_help()
         sys.exit(0)
     if cmd in ['-v', '--version']:
-        print '%s %s' % (prog, version)
+        print 'Stacked GIT %s' % version
         sys.exit(0)
     if not cmd in commands:
         print >> sys.stderr, 'Unknown command: %s' % cmd