Skip to content

Commit

Permalink
fix failed check
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa committed Apr 10, 2024
1 parent 85f0a38 commit 14f832b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vector/v.in.ogr/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,9 @@ int main(int argc, char *argv[])
flag.over->key = 'o';
flag.over->label =
_("Override projection check (use current project's CRS)");
flag.over->description = _("Assume that the dataset has the same "
"coordinate reference system (CRS) as the current project");
flag.over->description =
_("Assume that the dataset has the same "
"coordinate reference system (CRS) as the current project");

flag.proj = G_define_flag();
flag.proj->key = 'j';
Expand Down

0 comments on commit 14f832b

Please sign in to comment.