Skip to content

Commit

Permalink
Fix gdaltransform synopsys
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Mar 7, 2024
1 parent d7edc9f commit 956350a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/gdaltransform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static void Usage(bool bIsError, const char *pszErrorMsg = nullptr)
" [-ct <proj_string>] [-order <n>] [-tps] [-rpc] [-geoloc] \n"
" [-gcp <pixel> <line> <easting> <northing> [elevation]]... "
"[-output_xy]\n"
" [srcfile [dstfile]]\n"
" [<srcfile> [<dstfile>]]\n"
"\n");

if (pszErrorMsg != nullptr)
Expand Down
2 changes: 1 addition & 1 deletion doc/source/programs/gdaltransform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Synopsis
[-s_coord_epoch <epoch>] [-t_coord_epoch <epoch>]
[-ct <proj_string>] [-order <n>] [-tps] [-rpc] [-geoloc]
[-gcp <pixel> <line> <easting> <northing> [elevation]]... [-output_xy]
[srcfile [dstfile]]
[<srcfile> [<dstfile>]]
Description
Expand Down

0 comments on commit 956350a

Please sign in to comment.