mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Update sync.sh
This commit is contained in:
parent
136df9cbc2
commit
e35fe7962c
1 changed files with 5 additions and 5 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue