Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r.contour: fix an error message text #1014

Merged
merged 1 commit into from
Oct 10, 2020
Merged

r.contour: fix an error message text #1014

merged 1 commit into from
Oct 10, 2020

Conversation

infrastation
Copy link
Contributor

Another trivial fix, the commit message explains it.

The incorrect message was:
> r.contour input=x output=y
ERROR: Neither <levels> nor <step> option must be specified

At least one of the options must be specified. Exactly one option should
be specified (specifying both is currently the same as specifying
"levels" only). Fix the message to say what was originally intended.
@neteler
Copy link
Member

neteler commented Oct 10, 2020

Thanks!

@neteler neteler merged commit afb1be3 into OSGeo:master Oct 10, 2020
neteler pushed a commit that referenced this pull request Oct 10, 2020
The incorrect message was:
> r.contour input=x output=y
ERROR: Neither <levels> nor <step> option must be specified

At least one of the options must be specified. Exactly one option should
be specified (specifying both is currently the same as specifying
"levels" only). Fix the message to say what was originally intended.
@neteler neteler added this to the 7.8.4 milestone Oct 10, 2020
@infrastation infrastation deleted the r.contour_message_fix branch October 23, 2020 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants