Skip to content

Commit

Permalink
[options] string is more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
rodo authored and DennisOSRM committed Dec 6, 2013
1 parent bde3f95 commit f55f8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extractor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ int main (int argc, char *argv[]) {
boost::program_options::options_description config_file_options;
config_file_options.add(config_options).add(hidden_options);

boost::program_options::options_description visible_options(boost::filesystem::basename(argv[0]) + " <input.osm/.osm.bz2/.osm.pbf> [<profile.lua>]");
boost::program_options::options_description visible_options(boost::filesystem::basename(argv[0]) + " <input.osm/.osm.bz2/.osm.pbf> [options]");
visible_options.add(generic_options).add(config_options);

// parse command line options
Expand Down

0 comments on commit f55f8a3

Please sign in to comment.