1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

virsh: Fix typo in docs

s/persitent/persistent/
This commit is contained in:
Peter Krempa 2013-04-03 11:37:41 +02:00
parent 8d68cbeaa8
commit f006f19561

View File

@ -2152,7 +2152,7 @@ Returns basic information about the I<network> object.
Returns the list of active networks, if I<--all> is specified this will also Returns the list of active networks, if I<--all> is specified this will also
include defined but inactive networks, if I<--inactive> is specified only the include defined but inactive networks, if I<--inactive> is specified only the
inactive ones will be listed. You may also want to filter the returned networks inactive ones will be listed. You may also want to filter the returned networks
by I<--persistent> to list the persitent ones, I<--transient> to list the by I<--persistent> to list the persistent ones, I<--transient> to list the
transient ones, I<--autostart> to list the ones with autostart enabled, and transient ones, I<--autostart> to list the ones with autostart enabled, and
I<--no-autostart> to list the ones with autostart disabled. I<--no-autostart> to list the ones with autostart disabled.