We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6675c30 commit 6c674acCopy full SHA for 6c674ac
src/uu/ps/src/process_selection.rs
@@ -44,10 +44,10 @@ pub struct ProcessSelectionSettings {
44
/// - `-d` Select all processes except session leaders.
45
pub select_non_session_leaders: bool,
46
47
- /// - '-x' Lift "must have a tty" restriction.
+ /// - `-x` Lift "must have a tty" restriction.
48
pub dont_require_tty: bool,
49
50
- /// Select specific process IDs (-p, --pid)
+ /// - `-p, --pid` Select specific process IDs
51
pub pids: Option<HashSet<usize>>,
52
53
/// - `-r` Restrict the selection to only running processes.
0 commit comments