Skip to content

Commit 6c674ac

Browse files
committed
ps: Fix doc comment style inconsistency
1 parent 6675c30 commit 6c674ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/uu/ps/src/process_selection.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ pub struct ProcessSelectionSettings {
4444
/// - `-d` Select all processes except session leaders.
4545
pub select_non_session_leaders: bool,
4646

47-
/// - '-x' Lift "must have a tty" restriction.
47+
/// - `-x` Lift "must have a tty" restriction.
4848
pub dont_require_tty: bool,
4949

50-
/// Select specific process IDs (-p, --pid)
50+
/// - `-p, --pid` Select specific process IDs
5151
pub pids: Option<HashSet<usize>>,
5252

5353
/// - `-r` Restrict the selection to only running processes.

0 commit comments

Comments
 (0)