commit 69d54f407842a63c90aa09d0dabb165245f9722e
parent 101411bd87581a1fc4e5d824fb317a9d43c7c938
Author: Gavin Rehkemper <gavinr@users.noreply.github.com>
Date: Tue, 25 May 2021 23:23:00 -0500
Merge pull request #52 from JoshuaGarrison27/master
Add sample url for github enterprise in readme
Diffstat:
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
@@ -60,15 +60,15 @@ For all actions, the tool will ask you to input a GitHub token. To obtain this t
## Other Options
-| Option | Notes |
-| ----------------------- | -------------------------------------------------------- |
-| -V, --version | output the version number |
-| -g, --github_enterprise | Your GitHub Enterprise URL. |
-| -t, --token | The GitHub token. https://github.com/settings/tokens |
-| -o, --organization | The User or Organization slug that the repo lives under. |
-| -r, --repository | The repository name (slug). |
-| -v, --verbose | Include additional logging information. |
-| -h, --help | See all the options and help. |
+| Option | Notes |
+| ----------------------- | ------------------------------------------------------------------------------|
+| -V, --version | Output the version number |
+| -g, --github_enterprise | Your GitHub Enterprise URL. https://your-internal-githubenterprise.com/api/v3 |
+| -t, --token | The GitHub token. https://github.com/settings/tokens |
+| -o, --organization | The User or Organization slug that the repo lives under. |
+| -r, --repository | The repository name (slug). |
+| -v, --verbose | Include additional logging information. |
+| -h, --help | See all the options and help. |
## Development