Code Cleanup

- Rename the class CmdStatistics to CmdStats for consistency
  because 'stats' is the command.

Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
Scott Kostyshak
2012-10-18 22:45:04 -04:00
committed by Paul Beckingham
parent fb427a4c6f
commit d6ce938c4a
4 changed files with 10 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ set (commands_SRCS Command.cpp Command.h
CmdShell.cpp CmdShell.h
CmdShow.cpp CmdShow.h
CmdStart.cpp CmdStart.h
CmdStatistics.cpp CmdStatistics.h
CmdStats.cpp CmdStats.h
CmdStop.cpp CmdStop.h
CmdSummary.cpp CmdSummary.h
CmdSynch.cpp CmdSynch.h