From f82403c88e7cf26c190dc8d5c728a2e4081e5994 Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Tue, 29 Jan 2019 23:55:45 -0500 Subject: [PATCH] Fixed minor typos in usage instructions --- basiliskiivm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basiliskiivm b/basiliskiivm index 69e87e3..0c53a32 100755 --- a/basiliskiivm +++ b/basiliskiivm @@ -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 [] : list all .BasiliskIIVM in path (or none for default directory" + echo " info : print basic configuration info for a .BasiliskIIVM" + echo " list [] : list all .BasiliskIIVM in path (or none for default directory)" echo " package : package the current BasiliskII configuration into a .BasiliskIIVM" echo " snapshot : create a snapshot of the current state of disks in the .BasiliskIIVM" echo " snapshots : list all snapshots in a .BasiliskIIVM"