Skip to content

Commit

Permalink
add location to clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa committed Apr 9, 2024
1 parent b7acbca commit f4705d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general/g.proj/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ int main(int argc, char *argv[])
location->key_desc = "name";
location->required = NO;
location->guisection = _("Create");
location->description = _("Name of new project to create");
location->description = _("Name of new project (location) to create");

if (G_parser(argc, argv))
exit(EXIT_FAILURE);
Expand Down

0 comments on commit f4705d2

Please sign in to comment.