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
e9b4b2c062
commit
8574ab8ffb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue