From 6c674aca979253affa21a89f435f28ef4859e599 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Thu, 6 Nov 2025 20:16:44 +0200 Subject: [PATCH] ps: Fix doc comment style inconsistency --- src/uu/ps/src/process_selection.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uu/ps/src/process_selection.rs b/src/uu/ps/src/process_selection.rs index 922be2a..f955364 100644 --- a/src/uu/ps/src/process_selection.rs +++ b/src/uu/ps/src/process_selection.rs @@ -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>, /// - `-r` Restrict the selection to only running processes.