Skip to content

Commit 24bf799

Browse files
committed
v3.5.0
1 parent 6c5de4c commit 24bf799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ func usage() {
107107
fmt.Println(" -tx, --translateX <num> specify the translation value about the x-axis for transform")
108108
fmt.Println(" -ty, --translateY <num> specify the translation value about the y-axis for transform")
109109
fmt.Println(" -tz, --translateZ <num> specify the translation value about the z-axis for transform")
110-
fmt.Println(" -to, --transform-order <RST> specify the transform order (RST/RTS/SRT/STR/TRS/TSR), default RST")
110+
fmt.Println(" -to, --transform-order <RST> specify the transform order (RST/RTS/SRT/STR/TRS/TSR), default is RST")
111111
fmt.Println(" -v, --version display version information")
112112
fmt.Println(" -h, --help display help information")
113113
fmt.Println("")
114114
fmt.Println("Examples:")
115115
fmt.Println(" gsbox ply2splat -i /path/to/input.ply -o /path/to/output.splat")
116116
fmt.Println(" gsbox s2x -i /path/to/input.splat -o /path/to/output.spx -c \"your comment\" -bs 10240")
117-
fmt.Println(" gsbox x2z -i /path/to/input.spx -o /path/to/output.spz -sh 0 -rz 90 -s 0.9 -tx 0.1")
117+
fmt.Println(" gsbox x2z -i /path/to/input.spx -o /path/to/output.spz -sh 0 -rz 90 -s 0.9 -tx 0.1 -to TRS")
118118
fmt.Println(" gsbox z2p -i /path/to/input.spz -o /path/to/output.ply -c \"your comment\"")
119119
fmt.Println(" gsbox join -i a.ply -i b.splat -i c.spx -i d.spz -o output.spx")
120120
fmt.Println(" gsbox info -i /path/to/file.spx")

0 commit comments

Comments
 (0)