We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ef1b5 commit cae896eCopy full SHA for cae896e
1 file changed
go/cmd/root.go
@@ -13,7 +13,7 @@ var GCtx = &ctx.GlobalCtx{}
13
var rootCmd = &cobra.Command{
14
Use: "sodacli",
15
Short: "Soda — data quality CLI",
16
- Long: "Run checks, manage contracts, and monitor your data.\n\nDocs: https://docs.soda.io/soda-cli",
+ Long: "Run checks, manage contracts, and monitor your data.\n\nDocs: https://github.com/sodadata/soda-cli",
17
SilenceUsage: true,
18
SilenceErrors: true,
19
}
0 commit comments