Skip to content

Commit

Permalink
List arguments in alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
maximiliankolb committed Dec 9, 2024
1 parent f725d7b commit 4c3c8eb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions guides/common/modules/proc_adding-rhv-connection.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ Alternatively, if you leave the field blank, a self-signed certificate is genera
[options="nowrap" subs="+quotes,attributes"]
----
$ hammer compute-resource create \
--name "__My_{oVirtShort}__" --provider "Ovirt" \
--datacenter "_My_Data_Center_" \
--description "{oVirtShort} server at _{ovirt-example-com}_" \
--locations "_My_Location_" \
--name "__My_{oVirtShort}__" \
--organizations "_My_Organization_" \
--password "_My_Password_" \
--provider "Ovirt" \
--url "_https://{ovirt-example-com}/ovirt-engine/api/v4_" \
--user "_{Project}_User_" --password "_My_Password_" \
--locations "New York" --organizations "_My_Organization_" \
--datacenter "_My_Data_Center_"
--user "_{Project}_User_"
----

0 comments on commit 4c3c8eb

Please sign in to comment.