Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix documentation autogeneration #1050

Merged
merged 1 commit into from
Dec 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DS_Store
.idea

*.iml
# vim
*.swp

Expand Down
2 changes: 1 addition & 1 deletion cli/cmd/agent_gcp-install-osl.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var (
RunE: installGCPOSL,
Long: `This command installs the agent on all GCE instances in a GCP organization using OSLogin.

The username of the GCP user or service account, in the form 'users/<username>', is a
The username of the GCP user or service account, in the form ` + "`users/<username>`" + `, is a
required argument.

This command will attempt to query the GCE metadata server for the current project. If this
Expand Down
2 changes: 1 addition & 1 deletion cli/cmd/compliance_azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var (
complianceAzureListSubsCmd = &cobra.Command{
Use: "list-subscriptions",
Aliases: []string{"list-subs"},
Short: "List subscriptions <tenant-id>",
Short: "List subscriptions `<tenant-id>`",
Long: `List all Azure subscriptions for Tenant.

Use the following command to list all Azure Tenants configured in your account:
Expand Down
2 changes: 1 addition & 1 deletion integration/test_resources/help/agent_gcp-install_osl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This command installs the agent on all GCE instances in a GCP organization using OSLogin.

The username of the GCP user or service account, in the form 'users/<username>', is a
The username of the GCP user or service account, in the form `users/<username>`, is a
required argument.

This command will attempt to query the GCE metadata server for the current project. If this
Expand Down
2 changes: 1 addition & 1 deletion integration/test_resources/help/compliance_azure
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Aliases:
Available Commands:
get-report Get the latest Azure compliance report
list List Azure tenants and subscriptions
list-subscriptions List subscriptions <tenant-id>
list-subscriptions List subscriptions `<tenant-id>`

Flags:
-h, --help help for azure
Expand Down