diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-10-01 13:39:02 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-10-01 13:39:02 +0000 |
commit | e4d4ebabbda3eb64a41094cd121e3fdb36f032c8 (patch) | |
tree | e4f80d124776ebf631012b79f8becdb84559e62d /util/superiotool/superiotool.h | |
parent | afe83092020d37d1b8629b3b92f9179e925e72fe (diff) | |
download | coreboot-e4d4ebabbda3eb64a41094cd121e3fdb36f032c8.tar.xz |
De-uglify the --version output (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2815 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/superiotool.h')
-rw-r--r-- | util/superiotool/superiotool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h index 3045124af9..9c9e55a238 100644 --- a/util/superiotool/superiotool.h +++ b/util/superiotool/superiotool.h @@ -29,7 +29,7 @@ #include <getopt.h> #include <sys/io.h> -#define SUPERIOTOOL_VERSION "r$Rev$" +#define SUPERIOTOOL_VERSION "$Rev$" #define USAGE "Usage: superiotool [-d] [-D] [-V] [-v] [-h]\n\n\ -d | --dump Dump Super I/O registers\n\ |