Skip to content

Commit 622ac6a

Browse files
authored
docs(fdb): title (#3386)
1 parent 62418e5 commit 622ac6a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/moby/buildkit v0.11.6
2525
github.com/opencontainers/go-digest v1.0.0
2626
github.com/pkg/errors v0.9.1
27-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21.0.20230920150354-2982e2edae9c
27+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21.0.20230927151821-5e183988cfb6
2828
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2929
github.com/spf13/cobra v1.7.0
3030
github.com/spf13/pflag v1.0.5

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,8 @@ github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDN
487487
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
488488
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=
489489
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
490-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21.0.20230920150354-2982e2edae9c h1:lR266sk1WKJQYJ04Qk1TFSa4Y/uJ7+fXUr8zMin+ipE=
491-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21.0.20230920150354-2982e2edae9c/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
490+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21.0.20230927151821-5e183988cfb6 h1:pDDuzt8ag2fUPEDEM1+BUrM/SemvjvmfOHQ1ptfa0EU=
491+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21.0.20230927151821-5e183988cfb6/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
492492
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
493493
github.com/secure-systems-lab/go-securesystemslib v0.4.0 h1:b23VGrQhTA8cN2CbBw7/FulN9fTtqYUdS5+Oxzt+DUE=
494494
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=

internal/namespaces/documentdb/v1beta1/documentdb_cli.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ func GetGeneratedCommands() *core.Commands {
8484
}
8585
func documentDbRoot() *core.Command {
8686
return &core.Command{
87-
Short: `Managed Database for FerretDB API`,
88-
Long: `Managed Database for FerretDB API.`,
87+
Short: `Managed Document Databases API`,
88+
Long: `Managed Document Databases API.`,
8989
Namespace: "document-db",
9090
}
9191
}

0 commit comments

Comments
 (0)