-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
tac: fix error message #9942
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
tac: fix error message #9942
Conversation
|
GNU testsuite comparison: |
| #[error("{}", translate!("tac-error-invalid-argument", "argument" => .0.maybe_quote()))] | ||
| InvalidArgument(OsString), | ||
| /// The argument to tac is a directory. | ||
| #[error("{}", translate!("tac-error-invalid-directory-argument", "argument" => .0.maybe_quote()))] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think tac-error-invalid-argument should be removed, no ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh from the locale?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, from the fluent files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry for the oversight
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, don't be sorry
* tac: fix error message * tac: Remove obsolete error messages from locales
Fix the Error message for tac when trying to give a directory as input.
Issue: #9938