From a41e2ba4cd1cc77a69e0802e14a0d892a2ba1231 Mon Sep 17 00:00:00 2001 From: Johan Lindell Date: Thu, 25 Jun 2020 19:53:54 +0000 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5674505f..76afec86 100755 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Flags: Global Flags: -g, --gh-base-url string Base URL of the (v3) GitHub API, needs to be changed if GitHub enterprise is used. - -L, --log-level string The level of logging that should be made. Available values: debug, info, error (default "info") + -L, --log-level string The level of logging that should be made. Available values: trace, debug, info, error (default "info") -T, --token string The GitHub personal access token. Can also be set using the GITHUB_TOKEN environment variable. ``` @@ -53,7 +53,7 @@ Flags: Global Flags: -g, --gh-base-url string Base URL of the (v3) GitHub API, needs to be changed if GitHub enterprise is used. - -L, --log-level string The level of logging that should be made. Available values: debug, info, error (default "info") + -L, --log-level string The level of logging that should be made. Available values: trace, debug, info, error (default "info") -T, --token string The GitHub personal access token. Can also be set using the GITHUB_TOKEN environment variable. ``` @@ -70,7 +70,7 @@ Flags: Global Flags: -g, --gh-base-url string Base URL of the (v3) GitHub API, needs to be changed if GitHub enterprise is used. - -L, --log-level string The level of logging that should be made. Available values: debug, info, error (default "info") + -L, --log-level string The level of logging that should be made. Available values: trace, debug, info, error (default "info") -T, --token string The GitHub personal access token. Can also be set using the GITHUB_TOKEN environment variable. ```