Update sync.sh

This commit is contained in:
Arsenic Blood 2023-10-04 01:23:43 -04:00 committed by GitHub
parent 136df9cbc2
commit e35fe7962c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,11 +44,11 @@ DOCS_DIR=
TMPMOUNT=/tmp/zealtmp TMPMOUNT=/tmp/zealtmp
print_usage() { print_usage() {
echo "Usage: $0 [ repo | vm ]" echo "Usage: $0 ( repo | vm ) [OPTION]"
echo echo " repo Overwrites src/ with virtual disk contents."
echo " repo - overwrites src/ with virtual disk contents." echo " vm Overwrites virtual disk with src/ contents."
echo " vm - overwrites virtual disk with src/ contents." echo "Options:"
echo echo " --ignore-dots Ignore dotfiles/dotfolders during synchronize."
} }
mount_vdisk() { mount_vdisk() {