diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index c4993fcfbf91eb..9d9d77060cb6ff 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -449,11 +449,12 @@ Try to keep the following order: - Program name - Input redirection from a file - All subcommands -- Options/Flags - Positional arguments/Packages/Data/... +- Option flags +- Options with arguments - Output redirection to a file -For example: `systemctl < input_file.txt status --user pipewire > output_file.txt` +For example: `systemctl < input_file.txt status pipewire --user > output_file.txt` This is only a suggestion and should be disregarded when program functionality or readability dictates otherwise.