man: --regex=REGEX is wrongly documented for crun delete and crun kill commands#2111
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the documentation in crun.1 and crun.1.md to clarify that the --regex option treats the CONTAINER argument itself as a regular expression for the delete and kill commands. The reviewer feedback suggests italicizing the CONTAINER placeholder in both the troff and markdown files to maintain formatting consistency across the documentation.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
e5c21ce to
6aa5b2f
Compare
|
Ephemeral COPR build failed. @containers/packit-build please check. |
|
TMT tests failed. @containers/packit-build please check. |
|
thanks for the patch. Please squash the two commits |
6aa5b2f to
6705e07
Compare
crun delete and crun kill commands are expecting the --regex expression as the name of the container. fix wrong documentation --regex=Regex review: fix gemini review findings Signed-off-by: Leonardo Moreira <leonardo.moreira.coutinho@gmail.com>
6705e07 to
e93dc52
Compare
|
Closes: #2110 |
The
crun deleteandcrun killcommands are expecting the CONTAINER as the --regex expression.It doesn't match the behavior of the CLI, that describes it as
--regex=Regex.For details see the issue:
Closes: #2110