Skip to content

Commit

Permalink
build: sort.py: format/clarify misc options usage
Browse files Browse the repository at this point in the history
This amends commit a6d2119 ("build: sort.py: support "--" and fail on
unknown option", 2024-05-13) / PR #6339.
  • Loading branch information
kmk3 committed Dec 1, 2024
1 parent 28512d1 commit 245a0ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Options:
-i Edit the profile file(s) in-place (this is the default).
-n Do not edit the profile file(s) in-place.
-- End of options
-- End of options.
Examples:
$ {argv[0]} MyAwesomeProfile.profile
Expand All @@ -34,7 +34,7 @@
Exit Codes:
0: Success: No profiles needed fixing.
1: Error: One or more profiles could not be processed correctly.
2: Error: Missing arguments.
2: Error: Invalid or missing arguments.
101: Info: One or more profiles were fixed.
"""

Expand Down

0 comments on commit 245a0ab

Please sign in to comment.