Skip to content

Commit

Permalink
chore: Update docs to resolve spacing nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jarjee committed Mar 19, 2024
1 parent f5871ec commit ef5d5bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/command/atlas-streams-instances-download.txt
Expand Up @@ -14,7 +14,7 @@ atlas streams instances download

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

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.
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.

Syntax
------
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/atlas/streams/instance/download.go
Expand Up @@ -89,7 +89,7 @@ func DownloadBuilder() *cobra.Command {
cmd := &cobra.Command{
Use: "download <tenantName>",
Short: "Download a compressed file that contains the logs for the specified Atlas Stream Processing instance.",
Long: `This command downloads a file with a .gz extension.` + fmt.Sprintf(usage.RequiredRole, "Project Data Access Read/Write"),
Long: `This command downloads a file with a .gz extension. ` + fmt.Sprintf(usage.RequiredRole, "Project Data Access Read/Write"),
Args: cobra.MatchAll(
require.ExactArgs(argsN),
),
Expand Down

0 comments on commit ef5d5bf

Please sign in to comment.