File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ Other options:
161
161
| Name | Description |
162
162
| :-----------| :---------------------------------------------------------------------------------------------------------|
163
163
| ` --env ` , * (-e)* FOO=bar | Explicitly set or override environment variable for the current build. Does not change the BuildConfig. |
164
- | ` --build-loglevel ` | Set or override the build log level output [ 0-5 ] during the build. |
164
+ | ` --build-loglevel ` | Set or override the build log level output [ 0-10 ] during the build. |
165
165
| ` --commit ` | Specify the source code commit identifier the build should use; requires a build based on a Git repository. |
166
166
| ` --follow ` | Start a build and watch its logs until it completes or fails. |
167
167
| ` --wait ` | Wait for a build to complete and exit with a non-zero return code if the build fails. |
@@ -737,8 +737,8 @@ $ oc config use-context my-context
737
737
738
738
This displays information about the current session.
739
739
If invoked without arguments, ` oc whoami ` displays the currently authenticated username.
740
- Flag ` -t ` (or ` --token ` ) means to instead display the session token.
741
- Flag ` -c ` (or ` --context ` ) means to instead display the user context name.
740
+ Flag ` -t ` (or ` --show- token ` ) means to instead display the session token.
741
+ Flag ` -c ` (or ` --show- context ` ) means to instead display the user context name.
742
742
743
743
``` bash
744
744
$ oc whoami -t
You can’t perform that action at this time.
0 commit comments