Skip to content

Commit

Permalink
#14 also add tip in usage output
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmysun committed Jan 29, 2025
1 parent 29d532e commit b58bdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/parse_arguments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ print_usage() {
echo " -i, --interactive: enter interactive mode";
echo " -o, --output: output to file";
echo " --api-style: api style";
echo " --api-key: api key";
echo " --api-key: api key (NOT recommended in multi-user environment)";
echo " --api-url: api url";
echo " --api-disable-streaming: disable api response streaming";
echo " -c, --config: config file";
Expand Down

0 comments on commit b58bdb9

Please sign in to comment.