Skip to content
Open
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
1 change: 0 additions & 1 deletion doc/ovhcloud_cloud_ssh-key_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ovhcloud cloud ssh-key create [flags]
--init-file string Create a file with example parameters
--name string Name for the SSH key to create
--public-key string Public key for the SSH key to create
--region string Region for the SSH key to create (optional)
--replace Replace parameters file if it already exists
```

Expand Down
2 changes: 1 addition & 1 deletion doc/ovhcloud_cloud_ssh-key_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Delete a SSH key

```
ovhcloud cloud ssh-key delete <ssh_key_id> [flags]
ovhcloud cloud ssh-key delete <ssh_key_name> [flags]
```

### Options
Expand Down
2 changes: 1 addition & 1 deletion doc/ovhcloud_cloud_ssh-key_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Get information about a SSH key

```
ovhcloud cloud ssh-key get <ssh_key_id> [flags]
ovhcloud cloud ssh-key get <ssh_key_name> [flags]
```

### Options
Expand Down
Loading
Loading