Comment fix

This commit is contained in:
John Wellbelove 2024-01-28 09:20:15 +00:00
parent 0f1840a70d
commit c0f2bec6ae
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ cog.outl("//********************************************************************
// Note: You will need Python and COG installed.
//
// python -m cogapp -d -e -omessage_router.h -DHandlers=<n> message_router_generator.h
// Where <n> is the number of messages to support.
// Where <n> is the maximum number of messages to support.
//
// e.g.
// To generate handlers for up to 16 messages...

View File

@ -39,7 +39,7 @@ SOFTWARE.
// Note: You will need Python and COG installed.
//
// python -m cogapp -d -e -omessage_router.h -DHandlers=<n> message_router_generator.h
// Where <n> is the number of messages to support.
// Where <n> is the maximum number of messages to support.
//
// e.g.
// To generate handlers for up to 16 messages...