[PC-BSD Commits] r5279 - pcbsd/trunk/PBReg
svn at pcbsd.org
svn at pcbsd.org
Mon Dec 7 09:13:26 PST 2009
Author: kris
Date: 2009-12-07 09:13:26 -0800 (Mon, 07 Dec 2009)
New Revision: 5279
Modified:
pcbsd/trunk/PBReg/main.cpp
Log:
Updated help info for pbreg
Modified: pcbsd/trunk/PBReg/main.cpp
===================================================================
--- pcbsd/trunk/PBReg/main.cpp 2009-12-07 16:11:37 UTC (rev 5278)
+++ pcbsd/trunk/PBReg/main.cpp 2009-12-07 17:13:26 UTC (rev 5279)
@@ -88,11 +88,11 @@
void show_opts(void)
{
- cout << "PBReg Version 1.0\n--------\n" << "PBReg <command> <key> <value>\n\n";
+ cout << "pbreg Version 1.0\n--------\n" << "pbreg <command> <key> <value>\n\n";
cout << "Commands:\n" << " get - Gets a variable from the registry\n";
cout << " set - Sets a variable specified by <value> in the registry\n";
cout << " rem - Removes a variable from the registry\n\n";
- cout << "Examples:\n\n" << " # PBReg get /PC-BSD/Version\n";
- cout << " # PBReg set /PC-BSD/Version 1.0\n";
- cout << " # PBReg rem /PC-BSD/Version\n";
+ cout << "Examples:\n\n" << " # pbreg get /PC-BSD/Version\n";
+ cout << " # pbreg set /PC-BSD/Version 1.0\n";
+ cout << " # pbreg rem /PC-BSD/Version\n";
}
More information about the Commits
mailing list