Skip to content

Commit ef5d5bf

Browse files
committed
chore: Update docs to resolve spacing nit
1 parent f5871ec commit ef5d5bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/command/atlas-streams-instances-download.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ atlas streams instances download
1414

1515
Download a compressed file that contains the logs for the specified Atlas Stream Processing instance.
1616

17-
This command downloads a file with a .gz extension.To use this command, you must authenticate with a user account or an API key with the Project Data Access Read/Write role.
17+
This command downloads a file with a .gz extension. To use this command, you must authenticate with a user account or an API key with the Project Data Access Read/Write role.
1818

1919
Syntax
2020
------

internal/cli/atlas/streams/instance/download.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func DownloadBuilder() *cobra.Command {
8989
cmd := &cobra.Command{
9090
Use: "download <tenantName>",
9191
Short: "Download a compressed file that contains the logs for the specified Atlas Stream Processing instance.",
92-
Long: `This command downloads a file with a .gz extension.` + fmt.Sprintf(usage.RequiredRole, "Project Data Access Read/Write"),
92+
Long: `This command downloads a file with a .gz extension. ` + fmt.Sprintf(usage.RequiredRole, "Project Data Access Read/Write"),
9393
Args: cobra.MatchAll(
9494
require.ExactArgs(argsN),
9595
),

0 commit comments

Comments
 (0)