Skip to content

Commit 2a41608

Browse files
committed
corrected minor typo in inspect image doc
1 parent 9747718 commit 2a41608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/1.9/content/userguide/tools/inspect-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Usage: imagetool inspect [OPTIONS]
1717
| --- | --- | --- |
1818
| `--builder`, `-b` | Executable to process the Dockerfile. Use the full path of the executable if not on your path. | `docker` |
1919
| `--format` | The output format. Supported values: JSON | `JSON` |
20-
| `--image`. `-i` | (Required) The image ID or image name to be inspected. | |
20+
| `--image`, `-i` | (Required) The image ID or image name to be inspected. | |
2121
| `--patches` | Include OPatch information in the output, including a list of WebLogic patches that are applied. | |
2222

2323
#### Use an argument file

0 commit comments

Comments
 (0)