build: sort.py: format/clarify misc options usage

This amends commit a6d2119ee ("build: sort.py: support "--" and fail on
unknown option", 2024-05-13) / PR #6339.
This commit is contained in:
Kelvin M. Klann 2024-12-01 11:19:46 -03:00
parent 28512d16ea
commit 245a0aba89

View file

@ -23,7 +23,7 @@ Note that this is only applicable to commands that support multiple arguments.
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
@ -34,7 +34,7 @@ Examples:
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.
"""