Skip to content

Commit

Permalink
Merge pull request #2840 from mikeschinkel/library.info-json-docs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
embano1 committed May 15, 2022
2 parents b4c0b4f + 88f48e0 commit 18cdce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion govc/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3301,7 +3301,7 @@ Examples:
govc library.info */
govc device.cdrom.insert -vm $vm -device cdrom-3000 $(govc library.info -L /lib1/item1/file1)
govc library.info -json | jq .
govc library.info /lib1/item1 -json | jq .
govc library.info -json /lib1/item1 | jq .
Options:
-L=false List Datastore path only
Expand Down
2 changes: 1 addition & 1 deletion govc/library/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Examples:
govc library.info */
govc device.cdrom.insert -vm $vm -device cdrom-3000 $(govc library.info -L /lib1/item1/file1)
govc library.info -json | jq .
govc library.info /lib1/item1 -json | jq .`
govc library.info -json /lib1/item1 | jq .`
}

type infoResultsWriter struct {
Expand Down

0 comments on commit 18cdce8

Please sign in to comment.