[paludis-commits] r4089 - trunk/doc/api/cplusplus/examples
rbrown at svn.pioto.org
rbrown at svn.pioto.org
Sat Dec 15 23:33:45 UTC 2007
Author: rbrown
Date: 2007-12-15 23:33:44 +0000 (Sat, 15 Dec 2007)
New Revision: 4089
Modified:
trunk/doc/api/cplusplus/examples/example_package_database.cc
Log:
typo
Modified: trunk/doc/api/cplusplus/examples/example_package_database.cc
===================================================================
--- trunk/doc/api/cplusplus/examples/example_package_database.cc 2007-12-15 23:30:33 UTC (rev 4088)
+++ trunk/doc/api/cplusplus/examples/example_package_database.cc 2007-12-15 23:33:44 UTC (rev 4089)
@@ -34,7 +34,7 @@
try
{
CommandLine::get_instance()->run(argc, argv,
- "example_dep_spec_flattener", "EXAMPLE_DEP_SPEC_FLATTENER_OPTIONS", "EXAMPLE_DEP_SPEC_FLATTENER_CMDLINE");
+ "example_package_database", "EXAMPLE_PACKAGE_DATABASE_OPTIONS", "EXAMPLE_PACKAGE_DATABASE_CMDLINE");
/* We start with an Environment, respecting the user's '--environment' choice. */
tr1::shared_ptr<Environment> env(EnvironmentMaker::get_instance()->make_from_spec(
More information about the paludis-commits
mailing list