Skip to content

Commit 9d3e9c9

Browse files
Update help message example
1 parent 9ea73ac commit 9d3e9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seclab_taskflow_agent/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def parse_prompt_args(available_tools: AvailableTools,
7171
#parser.add_argument('remainder', nargs=argparse.REMAINDER, help="Remaining args")
7272
help_msg = parser.format_help()
7373
help_msg += "\nExamples:\n\n"
74-
help_msg += "`-p assistant explain modems to me please`\n"
74+
help_msg += "`-p personalities.assistant explain modems to me please`\n"
7575
try:
7676
args = parser.parse_known_args(user_prompt.split(' ') if user_prompt else None)
7777
except SystemExit as e:

0 commit comments

Comments
 (0)