qvm-shutdown: Add missing documentation for multi-VM support

This commit is contained in:
M. Vefa Bicakci 2017-03-14 19:30:00 +03:00 committed by Marek Marczykowski-Górecki
parent 5c5f331a6e
commit 1d9d59a335
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ qvm-shutdown
SYNOPSIS
========
| qvm-shutdown [options] <vm-name>
| qvm-shutdown [options] <vm-name> [vm-name ...]
OPTIONS
=======

View File

@ -28,7 +28,7 @@ import sys
import time
def main():
usage = "usage: %prog [options] <vm-name>"
usage = "usage: %prog [options] <vm-name> [vm-name ...]"
parser = OptionParser (usage)
parser.add_option ("-q", "--quiet", action="store_false", dest="verbose", default=True)