Skip to content

Commit

Permalink
Merge branch 'master' of github.com:r-barnes/ArcRasterRescue
Browse files Browse the repository at this point in the history
  • Loading branch information
r-barnes committed Nov 30, 2022
2 parents 65ee75b + 8e126e0 commit dc5d452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ int main(int argc, char **argv){
std::cerr<<"Syntax B, given an FGDB and raster selection number, will output the raster to the indicated output file.\n";
std::cerr<<"Syntax B also accepts raster names, as listed by Syntax A, as inputs for <Raster>\n";
std::cerr<<"\nNOTE: The geodatabase path must end with a slash!\n";
std::cerr<<"EXAMPLE: ./arc_raster.exe path/to/geodatabase.gdb/ dem03 /z/out.tif\n";
std::cerr<<"EXAMPLE: ./arc_raster_rescue.exe path/to/geodatabase.gdb/ dem03 /z/out.tif\n";
return -1;
}

Expand Down

0 comments on commit dc5d452

Please sign in to comment.