Skip to content

Commit

Permalink
Improve explicitness of help doc of --command on rez-env
Browse files Browse the repository at this point in the history
Signed-off-by: brycegbrazen <[email protected]>
  • Loading branch information
brycegbrazen committed Mar 12, 2024
1 parent dc2c777 commit ee61fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rez/cli/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def setup_parser(parser, completions=False):
help="skip loading of startup scripts")
command_action = parser.add_argument(
"-c", "--command", type=str,
help="read commands from string. Alternatively, list command arguments "
"after a '--'")
help="read commands from a string and exit, instead of starting an interactive shell. "
"Alternatively, list command arguments after a '--'")
parser.add_argument(
"-s", "--stdin", action="store_true",
help="read commands from standard input")
Expand Down

0 comments on commit ee61fae

Please sign in to comment.