From 18a9cbe54f3f3fd4ccebf5d9efd60c2c64f2d43b Mon Sep 17 00:00:00 2001
From: wierenga <sdos@astron.nl>
Date: Thu, 13 Apr 2006 14:05:28 +0000
Subject: [PATCH] bugid:691 Only show the version number.

---
 MAC/APL/PIC/rsuctl/rsuctl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAC/APL/PIC/rsuctl/rsuctl b/MAC/APL/PIC/rsuctl/rsuctl
index bb15a97c106..accf69f4247 100755
--- a/MAC/APL/PIC/rsuctl/rsuctl
+++ b/MAC/APL/PIC/rsuctl/rsuctl
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-$ID = q$Id$;
+$VERSION = q$Revision$;
 #
 # rsuctl # Remote System Update - program firmware in FPGA flash
 #
@@ -124,7 +124,7 @@ sub usage
 {
     print STDERR <<END;
 
-rsuctl (version $ID) # Remote System Update - program firmware in FPGA flash
+rsuctl ($VERSION) # Remote System Update - program firmware in FPGA flash
 
 Usage: rsuctl [options] command
 
-- 
GitLab