diff options
author | 2011-06-16 19:45:19 +0100 | |
---|---|---|
committer | 2011-06-16 19:45:19 +0100 | |
commit | 25c5dc5fa3b3e4c9285215b4791d2b2ba50070bc (patch) | |
tree | d64b27df88f98decf2b9ce4acb01f0eff2dc022f /doc/api/cplusplus/examples/example_command_line.hh | |
parent | a405f88556998958fb01f2eb5c202b8fccb84b59 (diff) | |
download | paludis-25c5dc5fa3b3e4c9285215b4791d2b2ba50070bc.tar.gz paludis-25c5dc5fa3b3e4c9285215b4791d2b2ba50070bc.tar.xz |
Kill NoConfigEnvironment with fire
Diffstat (limited to 'doc/api/cplusplus/examples/example_command_line.hh')
-rw-r--r-- | doc/api/cplusplus/examples/example_command_line.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/cplusplus/examples/example_command_line.hh b/doc/api/cplusplus/examples/example_command_line.hh index d66fa7fc1..ac9c580a9 100644 --- a/doc/api/cplusplus/examples/example_command_line.hh +++ b/doc/api/cplusplus/examples/example_command_line.hh @@ -19,8 +19,7 @@ namespace examples * * Most Paludis clients should support at least '--help', '--version' * and '--log-level'. If paludis::EnvironmentFactory is used to create - * the environment (as opposed to, say, paludis::NoConfigEnvironment), - * then '--environment' must also be an option. + * the environment then '--environment' must also be an option. * * Clients are free to use whichever command line handling library they * prefer, but for convenience all Paludis core clients use a common utility |