mirror of
https://github.com/uutils/procps.git
synced 2026-05-06 06:06:43 -04:00
ps: Fix doc comment style inconsistency
This commit is contained in:
@@ -44,10 +44,10 @@ pub struct ProcessSelectionSettings {
|
||||
/// - `-d` Select all processes except session leaders.
|
||||
pub select_non_session_leaders: bool,
|
||||
|
||||
/// - '-x' Lift "must have a tty" restriction.
|
||||
/// - `-x` Lift "must have a tty" restriction.
|
||||
pub dont_require_tty: bool,
|
||||
|
||||
/// Select specific process IDs (-p, --pid)
|
||||
/// - `-p, --pid` Select specific process IDs
|
||||
pub pids: Option<HashSet<usize>>,
|
||||
|
||||
/// - `-r` Restrict the selection to only running processes.
|
||||
|
||||
Reference in New Issue
Block a user