Minrt changes.
authorFlorian Pose <fp@igh-essen.com>
Tue, 04 Aug 2009 12:57:23 +0000
changeset 1519 75629ad02ca9
parent 1518 ab5694a51826
child 1520 09cf61d61af0
Minrt changes.
tool/CommandConfig.cpp
--- a/tool/CommandConfig.cpp	Tue Aug 04 12:52:12 2009 +0000
+++ b/tool/CommandConfig.cpp	Tue Aug 04 12:57:23 2009 +0000
@@ -159,18 +159,18 @@
             cout << "none" << endl;
         }
 
-        cout << "Watchdog Divider: ";
+        cout << "Watchdog divider: ";
         if (configIter->watchdog_divider) {
             cout << dec << configIter->watchdog_divider;
         } else {
-            cout << "default";
+            cout << "(Default)";
         }
         cout << endl
-            << "Watchdog Intervals: ";
+            << "Watchdog intervals: ";
         if (configIter->watchdog_intervals) {
             cout << dec << configIter->watchdog_intervals;
         } else {
-            cout << "default";
+            cout << "(Default)";
         }
         cout << endl;