Author: peterw
Date: Thu Oct 25 13:51:00 2007
New Revision: 29871
URL: http://svn.reactos.org/svn/reactos?rev=29871&view=rev
Log:
- Fix a bug when displaying the help for scut.
Modified:
trunk/tools/RosBE-Windows/Root/Help.cmd
Modified: trunk/tools/RosBE-Windows/Root/Help.cmd
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/Help.cmd?…
==============================================================================
--- trunk/tools/RosBE-Windows/Root/Help.cmd (original)
+++ trunk/tools/RosBE-Windows/Root/Help.cmd Thu Oct 25 13:51:00 2007
@@ -143,11 +143,11 @@
echo Shortcut as parameter sets this Shortcut active.
echo.
echo add - Adds a Shortcut.
- echo (Optional: "Shortcut" "Directory" as second and third parameter)
+ echo Optional: "Shortcut" "Directory" as second and third parameter
echo rem - Removes a shortcut.
- echo (Optional: "Shortcut" as second parameter)
+ echo Optional: "Shortcut" as second parameter
echo edit - Edits a shortcut.
- echo (Optional: "Shortcut" "Directory" as second and third parameter)
+ echo Optional: "Shortcut" "Directory" as second and third parameter
echo def - Chooses Default Shortcut which is enabled on
echo every start of RosBE. "Default" is the Source
echo Directory as you know it from previous Versions
Author: peterw
Date: Thu Oct 25 13:31:08 2007
New Revision: 29870
URL: http://svn.reactos.org/svn/reactos?rev=29870&view=rev
Log:
- Fix typo.
Modified:
trunk/tools/RosBE-Windows/Tools/cpucount.c
Modified: trunk/tools/RosBE-Windows/Tools/cpucount.c
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Tools/cpucount…
==============================================================================
--- trunk/tools/RosBE-Windows/Tools/cpucount.c (original)
+++ trunk/tools/RosBE-Windows/Tools/cpucount.c Thu Oct 25 13:31:08 2007
@@ -31,7 +31,7 @@
{
printf("Usage: %s [OPTIONS]\n", argv[0]);
printf("Running cpucount without options returns the number of\n");
- printf("the number of processors in the system.\n");
+ printf("processors in the system.\n");
printf("-x1 - Number of processors in the system, plus 1.\n");
printf("-x2 - Number of processors in the system, doubled.\n");
}