diff options
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 |