diff --git a/src/python/jw/pkg/cmds/pkg/CmdInstall.py b/src/python/jw/pkg/cmds/pkg/CmdInstall.py index 916c5d7b..dbeaebcf 100644 --- a/src/python/jw/pkg/cmds/pkg/CmdInstall.py +++ b/src/python/jw/pkg/cmds/pkg/CmdInstall.py @@ -29,7 +29,7 @@ class CmdInstall(Cmd): # export '-F', '--fixed-strings', action = 'store_true', - help = "Don't expand platform.expand_macros macros in ", + help = "Don't expand macros in ", ) async def _run(self, args: Namespace) -> None: diff --git a/src/python/jw/pkg/cmds/posix/CmdCopy.py b/src/python/jw/pkg/cmds/posix/CmdCopy.py index d52a1fc7..e38c15bd 100644 --- a/src/python/jw/pkg/cmds/posix/CmdCopy.py +++ b/src/python/jw/pkg/cmds/posix/CmdCopy.py @@ -30,7 +30,7 @@ class CmdCopy(Cmd): # export '-F', '--fixed-strings', action = 'store_true', - help = "Don't expand platform.expand_macros macros in and ", + help = "Don't expand macros in and ", ) async def _run(self, args: Namespace) -> None: