From 4df2f86697b9477fd976c95b21de60d6c67f9696 Mon Sep 17 00:00:00 2001 From: Catalin Marinas Date: Sun, 21 Aug 2005 08:54:08 +0100 Subject: [PATCH] Version information changed to show 'Stacked GIT' Previously, it was displaying 'stg'. Signed-off-by: Catalin Marinas --- stgit/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stgit/main.py b/stgit/main.py index d8d2868..e62e95b 100644 --- a/stgit/main.py +++ b/stgit/main.py @@ -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 -- 2.11.0