s/SVN/SCM/

This commit is contained in:
Doug MacEachern 2009-01-18 04:02:44 +00:00
parent 143e8fb6bd
commit 5df4c608b4
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class Version extends SigarCommandBase {
os.println("Sigar version......." + version);
os.println("Build date.........." + build);
os.println("SVN rev............." + scm);
os.println("SCM rev............." + scm);
String host = getHostName();
String fqdn;
Sigar sigar = new Sigar();