Skip to content

Commit

Permalink
Address notes
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 ee61fae commit ee4e056
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/rez/cli/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ 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 a string and exit, instead of starting an interactive shell. "
"Alternatively, list command arguments after a '--'")
help="execute command within rez environment and exit, instead of "
"starting an interactive shell. Alternatively, list command after a "
"'--'. The command and arguments passed to '-c' must be passed in as "
"a single shell argument, whereas the command and arguments after "
"'--' may be passed in as several shell arguments.")
parser.add_argument(
"-s", "--stdin", action="store_true",
help="read commands from standard input")
Expand Down

0 comments on commit ee4e056

Please sign in to comment.