Renamed --cmd to --msg

This commit is contained in:
Paul Gauthier 2023-06-24 13:50:45 -07:00
parent 39c1aeac9e
commit a521d4a3ce

View file

@ -225,7 +225,7 @@ def main(args=None, input=None, output=None):
"--msg",
"-m",
metavar="COMMAND",
help="Specify a single command to give to GPT (disables chat mode)",
help="Specify a single message to send GPT, process reply then exit (disables chat mode)",
)
args = parser.parse_args(args)