Skip to content

Commit 4c5caf4

Browse files
committed
BZ-1952538 Update virtctl command options Nov 10
BZ-1952538 Update virtctl command options Nov 9 update virtctl details minor edit peer review
1 parent b709471 commit 4c5caf4

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

modules/virt-virtctl-commands.adoc

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,31 @@
66
= Virtctl client commands
77

88
The `virtctl` client is a command-line utility for managing {VirtProductName}
9-
resources. The following table contains the `virtctl` commands used throughout
10-
the {VirtProductName} documentation.
9+
resources.
1110

12-
To view a list of options that you can use with a command, run it with the `-h` or `--help` flag. For example:
11+
To view a list of `virtctl` commands, run the following command:
12+
13+
[source,terminal]
14+
----
15+
$ virtctl help
16+
----
17+
18+
To view a list of options that you can use with a specific command, run it with the `-h` or `--help` flag. For example:
1319

1420
[source,terminal]
1521
----
1622
$ virtctl image-upload -h
1723
----
1824

25+
To view a list of global command options that you can use with any `virtctl` command, run the following command:
26+
27+
[source,terminal]
28+
----
29+
$ virtctl options
30+
----
31+
32+
The following table contains the `virtctl` commands used throughout the {VirtProductName} documentation.
33+
1934
.`virtctl` client commands
2035

2136
[width="100%",cols="42%,58%",options="header",]

0 commit comments

Comments
 (0)