Skip to content

Commit 4bdd4b4

Browse files
committed
Fixed the doc usage errors
1 parent 35e293b commit 4bdd4b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cli.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Other options:
161161
| Name | Description |
162162
|:-----------|:---------------------------------------------------------------------------------------------------------|
163163
|`--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. |
165165
|`--commit` | Specify the source code commit identifier the build should use; requires a build based on a Git repository. |
166166
|`--follow` | Start a build and watch its logs until it completes or fails. |
167167
| `--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
737737

738738
This displays information about the current session.
739739
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.
742742

743743
```bash
744744
$ oc whoami -t

0 commit comments

Comments
 (0)