We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6efe1 commit f752c5fCopy full SHA for f752c5f
src/manage/list_command.py
@@ -253,7 +253,7 @@ def execute(cmd):
253
except LookupError:
254
formatters = FORMATTERS.keys() - {"legacy", "legacy-paths"}
255
expect = ", ".join(sorted(formatters))
256
- raise ArgumentError(f"'{cmd.format}' is not a valid format; expect one of: {expect}") from None
+ raise ArgumentError(f"'{cmd.format}' is not a valid format; expected one of: {expect}") from None
257
258
from .tagutils import tag_or_range, install_matches_any
259
tags = []
0 commit comments