Skip to content

Commit

Permalink
add help about lastools tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Koyaani committed Mar 25, 2022
1 parent fc24e92 commit 2a7b11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py3dtiles/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def init_parser(subparser, str2bool):
parser.add_argument(
'files',
nargs='+',
help='Filenames to process. The file must use the .las, .laz or .xyz format.')
help='Filenames to process. The file must use the .las, .laz (lastools must be installed) or .xyz format.')
parser.add_argument(
'--out',
type=str,
Expand Down

0 comments on commit 2a7b11f

Please sign in to comment.