Skip to content

Commit

Permalink
docs: fix documentation autogeneration
Browse files Browse the repository at this point in the history
Signed-off-by: Darren Murray <[email protected]>
  • Loading branch information
dmurray-lacework committed Dec 5, 2022
1 parent 3165e96 commit 858998a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 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

0 comments on commit 858998a

Please sign in to comment.