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
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
echo "Usage: $0 ( repo | vm ) [OPTION]"
echo " repo Overwrites src/ with virtual disk contents."
echo " vm Overwrites virtual disk with src/ contents."
echo "Options:"
echo " --ignore-dots Ignore dotfiles/dotfolders during synchronize."
}
mount_vdisk() {