Skip to content

Commit fa9a6ea

Browse files
committed
Fix docs
1 parent 52fb041 commit fa9a6ea

File tree

1 file changed

+4
-4
lines changed
  • private/buf/cmd/buf/command/registry/sdk/sdkinfo

1 file changed

+4
-4
lines changed

private/buf/cmd/buf/command/registry/sdk/sdkinfo/sdkinfo.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ In order to resolve the SDK information, a module and plugin must be specified.
5353
Examples:
5454
5555
To get the SDK information for the latest commit of a module and latest version of a plugin, you only need to specify the module and plugin.
56-
The following will resolve the SDK information for the latest commit of the bufbuild/eliza module and the latest version of the bufbuild/es plugin:
56+
The following will resolve the SDK information for the latest commit of the connectrpc/eliza module and the latest version of the bufbuild/es plugin:
5757
58-
$ buf registry sdk info --module=buf.build/connectrpc/eliza --plugin=buf.build/bufbuild/es
58+
$ buf registry sdk info --module=buf.build/connectrpc/eliza --plugin=buf.build/connectrpc/es
5959
Module
6060
Owner: connectrpc
6161
Name: eliza
@@ -70,7 +70,7 @@ The following will resolve the SDK information for the latest commit of the bufb
7070
Version: <SDK version for the resolved module commit and plugin version>
7171
7272
To get the SDK information for a specific commit of a module and/or a specific version of a plugin, you can specify the commit with the module and/or the version with the plugin.
73-
The following will resolve the SDK information for the specified commit of the bufbuild/eliza module and specified version of the bufbuild/es plugin:
73+
The following will resolve the SDK information for the specified commit of the connectrpc/eliza module and specified version of the bufbuild/es plugin:
7474
7575
$ buf registry sdk info --module=buf.build/connectrpc/eliza:d8fbf2620c604277a0ece1ff3a26f2ff --plugin=buf.build/bufbuild/es:v1.2.1
7676
Module
@@ -87,7 +87,7 @@ The following will resolve the SDK information for the specified commit of the b
8787
Version: 1.2.1-20230727062025-d8fbf2620c60.1
8888
8989
If you have a SDK version and want to know the corresponding module commit and plugin version information for the SDK, you can specify the module and plugin with the version string.
90-
The following will resolve the SDK information for the specified SDK version of the bufbuild/eliza module and bufbuild/es plugin.
90+
The following will resolve the SDK information for the specified SDK version of the connectrpc/eliza module and bufbuild/es plugin.
9191
9292
$ buf registry sdk --module=buf.build/connectrpc/eliza --plugin=buf.build/bufbuild/es --version=1.2.1-20230727062025-d8fbf2620c60.1
9393
Module

0 commit comments

Comments
 (0)