Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
skywind3000 committed Feb 16, 2024
1 parent a1c5e7f commit e14355f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ available options:
--lang=xxx optional, output language
--concise optional, generate concise message if present
--utf8 optional, output utf-8 encoded text if present
--url=xxx optional, alternative openai request url
```

It can be integrated into other editors.
Expand Down
1 change: 1 addition & 0 deletions bin/gptcommit.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ def help():
print(' --lang=xxx optional, output language')
print(' --concise optional, generate concise message if present')
print(' --utf8 optional, output utf-8 encoded text if present')
print(' --url=xxx optional, alternative openai request url')
print()
return 0

Expand Down

0 comments on commit e14355f

Please sign in to comment.