Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gdaldem: fix help message for subcommands
Now: ``` $ gdaldem TPI --help Usage: gdaldem TPI [--help] [--long-usage] [--help-general] [-of <output_format>] [-compute_edges] [-b <value>] [-co <NAME>=<VALUE>]... [--quiet] input_dem output_TPI_map Note: gdaldem TPI --long-usage for full help. ``` vs before: ``` $ gdaldem TPI --help Usage: TPI [--help] [--long-usage] [--help-general] [-of <output_format>] [-compute_edges] [-b <value>] [-co <NAME>=<VALUE>]... [--quiet] input_dem output_TPI_map Note: TPI --long-usage for full help. ``` argparse.hpp stream fix submitted to upstream in p-ranav/argparse#382
- Loading branch information