Updated command line help

This commit is contained in:
Corey Edmunds 2012-06-18 07:07:06 -04:00
parent 29f5e10e24
commit 3fdc7acbe1
1 changed files with 4 additions and 4 deletions

View File

@ -215,14 +215,14 @@ def parseCoord(coord):
def main(): def main():
parser = OptionParser("""Usage: %prog [-c|-s|-d] source.mt src=X,Y,Z+dX+dY+dZ [destination.mt] [dst=X',Y',Z'] parser = OptionParser("""Usage: %prog [-c|-s|-d] source-map.sqlite src=X,Y,Z+dX+dY+dZ [destination-map.sqlite] [dst=X',Y',Z']
source.sqlite is the source world source-map.sqlite is the source map
X,Y,Z are coordinates for the start of the operation volume X,Y,Z are coordinates for the start of the operation volume
+dX is the length (along X-axis) of the operation volume +dX is the length (along X-axis) of the operation volume
+dY is the height (along Y-axis) of the operation volume +dY is the height (along Y-axis) of the operation volume
+dZ is the width (along Z-axis) of the operation volume +dZ is the width (along Z-axis) of the operation volume
destination.sqlite is the destination world (not needed when deleting) destination-map.sqlite is the destination map (not needed when deleting)
X',Y',Z' are the coordinates in the destination world (used when moving blocks) X',Y',Z' are the coordinates in the destination map (used when moving blocks)
Ideally coordinates should be multiples of 16 (block boundaries). If not: Ideally coordinates should be multiples of 16 (block boundaries). If not:
X, Y, Z will round down X, Y, Z will round down