()
| 37 | /************************************************************************/ |
| 38 | |
| 39 | public static void Usage() |
| 40 | |
| 41 | { |
| 42 | System.out |
| 43 | .println("Usage: gdalinfo [--help-general] [-mm] [-stats] [-hist] [-nogcp] [-nomd]\n" |
| 44 | + " [-norat] [-noct] [-mdd domain]* [-checksum] datasetname"); |
| 45 | System.exit(1); |
| 46 | } |
| 47 | |
| 48 | /************************************************************************/ |
| 49 | /* main() */ |