From ee2b5e7f64cb80fceb88512510d47cd495d5aee1 Mon Sep 17 00:00:00 2001 From: Bogdano Arendartchuk Date: Sat, 22 Jul 2006 16:31:04 +0000 Subject: - added $Id$ on help message - correctly parse the $Rev$ value --- repsys | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repsys') diff --git a/repsys b/repsys index cf4404a..e800a7f 100755 --- a/repsys +++ b/repsys @@ -5,9 +5,10 @@ import getopt import sys -VERSION="1.7.%sa" % "$Rev$" +VERSION="1.7.r%s" % ("$Rev$".split()[-2].strip()) HELP = """\ +$Id$ Usage: repsys COMMAND [COMMAND ARGUMENTS] Useful commands: -- cgit v1.2.1