Add multiple world info to help text
This commit is contained in:
parent
17a5eb51d9
commit
299e67722d
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ Command line options:
|
|||
-e Compression file extension, exclude leading "." (default: gz)
|
||||
-f Output file name (default is the timestamp)
|
||||
-h Shows this help text
|
||||
-i Input directory (path to world folder)
|
||||
-i Input directory (path to world folder, use -i once for each world)
|
||||
-l Compression level (default: 3)
|
||||
-m Maximum backups to keep, use -1 for unlimited (default: 128)
|
||||
-o Output directory
|
||||
|
|
|
@ -55,7 +55,7 @@ while getopts 'a:cd:e:f:hi:l:m:o:p:qr:s:t:u:vw:x' FLAG; do
|
|||
echo "-e Compression file extension, exclude leading \".\" (default: gz)"
|
||||
echo "-f Output file name (default is the timestamp)"
|
||||
echo "-h Shows this help text"
|
||||
echo "-i Input directory (path to world folder)"
|
||||
echo "-i Input directory (path to world folder, use -i once for each world)"
|
||||
echo "-l Compression level (default: 3)"
|
||||
echo "-m Maximum backups to keep, use -1 for unlimited (default: 128)"
|
||||
echo "-o Output directory"
|
||||
|
|
Loading…
Add table
Reference in a new issue