Update sync.sh

This commit is contained in:
TomAwezome 2021-12-17 13:13:44 -05:00 committed by GitHub
parent e9b4b2c062
commit 8574ab8ffb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,8 +23,8 @@ TMPMOUNT=/tmp/zealtmp
print_usage() {
echo "Usage: $0 [ repo | vm ]"
echo
echo "repo - overwrites src/ with virtual disk contents."
echo "vm - overwrites virtual disk with src/ contents."
echo " repo - overwrites src/ with virtual disk contents."
echo " vm - overwrites virtual disk with src/ contents."
echo
}