MCPcopy Create free account
hub / github.com/OSGeo/gdal / Usage

Method Usage

swig/java/apps/gdalinfo.java:39–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() */

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected