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

Method usage

apps/gdalargumentparser.cpp:106–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104/************************************************************************/
105
106std::string GDALArgumentParser::usage() const
107{
108 std::string ret(ArgumentParser::usage());
109 if (!m_osExtraUsageHint.empty())
110 {
111 ret += '\n';
112 ret += '\n';
113 ret += m_osExtraUsageHint;
114 }
115 return ret;
116}
117
118/************************************************************************/
119/* add_extra_usage_hint() */

Callers 15

GDALGridGetParserUsageFunction · 0.45
MAIN_STARTFunction · 0.45
MAIN_STARTFunction · 0.45
GDALContourOptionsNewFunction · 0.45
GDALDEMAppGetParserUsageFunction · 0.45

Calls 2

usageFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected