Fixed minor typos in usage instructions

This commit is contained in:
Morgan Aldridge 2019-01-29 23:55:45 -05:00
parent a1a5943c74
commit f82403c88e
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ function usage() {
echo " -V, --version : print version information"
echo
echo "Commands:"
echo " info : print basic configuration info for a .BasiliskIIVM"
echo " list [<path>] : list all .BasiliskIIVM in path (or none for default directory"
echo " info <vm> : print basic configuration info for a .BasiliskIIVM"
echo " list [<path>] : list all .BasiliskIIVM in path (or none for default directory)"
echo " package : package the current BasiliskII configuration into a .BasiliskIIVM"
echo " snapshot <vm> : create a snapshot of the current state of disks in the .BasiliskIIVM"
echo " snapshots <vm>: list all snapshots in a .BasiliskIIVM"