mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
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:
parent
28512d16ea
commit
245a0aba89
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue