[PC-BSD Commits] r16285 - pcbsd/current/src-qt4/warden/bin
svn at pcbsd.org
svn at pcbsd.org
Mon Apr 9 07:04:39 PDT 2012
Author: kris
Date: 2012-04-09 14:04:38 +0000 (Mon, 09 Apr 2012)
New Revision: 16285
Modified:
pcbsd/current/src-qt4/warden/bin/warden
Log:
Fix the CLI title
Modified: pcbsd/current/src-qt4/warden/bin/warden
===================================================================
--- pcbsd/current/src-qt4/warden/bin/warden 2012-04-09 13:16:15 UTC (rev 16284)
+++ pcbsd/current/src-qt4/warden/bin/warden 2012-04-09 14:04:38 UTC (rev 16285)
@@ -22,7 +22,7 @@
title()
{
- echo "The Warden version ${WARDENVER}
+ echo "Warden version ${WARDENVER}
---------------------------------"
};
@@ -33,7 +33,7 @@
title
echo "Available commands
-Type in help <command> for infomation and usage about that command
+Type in help <command> for information and usage about that command
help - This help file
gui - Launch the GUI menu
More information about the Commits
mailing list