Merge pull request #3264 from crazy-max/fix-args-history

history: fix required args for inspect attachment command
This commit is contained in:
Tõnis Tiigi
2025-06-24 11:13:05 -07:00
committed by GitHub
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-->