history: fix required args for inspect attachment command

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-06-24 16:06:54 +02:00
parent e9b6a01aef
commit 179aad79b5
2 changed files with 3 additions and 3 deletions
@@ -1,7 +1,7 @@
# docker buildx history inspect attachment
```text
docker buildx history inspect attachment [OPTIONS] REF [DIGEST]
docker buildx history inspect attachment [OPTIONS] [REF [DIGEST]]
```
<!---MARKER_GEN_START-->