1
0
forked from Alepha/Alepha

Fixup an example in comments on options.

This commit is contained in:
2025-08-27 23:36:20 -04:00
parent 084ee3744f
commit 4116db0103

View File

@ -51,7 +51,7 @@ static_assert( __cplusplus > 2020'99 );
* int
* main( int argc, const char **argv )
* {
* using namespace Alepha::program_options;
* using namespace Alepha::exports::ProgramOptions_m;
*
* //Let's define a few options:
*