Changeset 429:94b3c17dd283
- Timestamp:
- 02/23/08 23:04:18 (2 years ago)
- Branch:
- default
- Convert:
- svn:1766ff46-f334-0410-ab20-d63176f87757/trunk@490
- File:
-
- 1 edited
-
apps/lasinfo.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
apps/lasinfo.c
r425 r429 32 32 { 33 33 fprintf(stderr,"----------------------------------------------------------\n"); 34 fprintf(stderr," lasinfo usage:\n");34 fprintf(stderr," lasinfo (version %s) usage:\n", LAS_GetVersion()); 35 35 fprintf(stderr,"----------------------------------------------------------\n"); 36 36 fprintf(stderr,"\n"); … … 58 58 fprintf(stderr,"\n"); 59 59 60 fprintf(stderr,"Print this output:\n"); 61 fprintf(stderr, " lasinfo --help\n"); 62 fprintf(stderr,"\n"); 63 60 64 fprintf(stderr, "For more information, see the full documentation for lasinfo at:\n" 61 65 " http://liblas.org/browser/trunk/doc/lasinfo.txt\n"); 62 66 fprintf(stderr,"----------------------------------------------------------\n"); 63 67 64 exit( 1);68 exit(0); 65 69 } 66 70
Note: See TracChangeset
for help on using the changeset viewer.
