Skip to content

Commit

Permalink
Add newline to help text
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ess authored and mdavidsaver committed Dec 5, 2023
1 parent d9d35a4 commit 6a369ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/database/src/ioc/as/asIocRegister.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static const iocshFuncDef asprulesFuncDef = {
"asprules",1,asprulesArgs,
"List rules of an Access Security Group.\n"
"If no Group is specified then list the rules for all groups\n"
"Example: asprules mygroup"
"Example: asprules mygroup\n"
};
static void asprulesCallFunc(const iocshArgBuf *args)
{
Expand Down
2 changes: 1 addition & 1 deletion modules/libcom/src/iocsh/libComRegister.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ static const iocshFuncDef epicsEnvShowFuncDef = {"epicsEnvShow",1,epicsEnvShowAr
" (default) - show all environment variables\n"
" name - show value of specific environment variable\n"
"Example: epicsEnvShow\n"
"Example: epicsEnvShow PATH"};
"Example: epicsEnvShow PATH\n"};
static void epicsEnvShowCallFunc(const iocshArgBuf *args)
{
epicsEnvShow (args[0].sval);
Expand Down

0 comments on commit 6a369ac

Please sign in to comment.