Skip to content

Commit 0b20f82

Browse files
authored
Merge pull request #375 from cakebaker/pidof_simplify_usage_string
pidof: simplify usage string
2 parents fe1d5a1 + 3ff0247 commit 0b20f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/pidof/pidof.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pidof
22

33
```
4-
pidof [-s] [-c] [-n] [-x] [-z] [-o omitpid[,omitpid...]] [-o omitpid[,omitpid...]...] [-d sep] program [program...]
4+
pidof [options] [program [...]]
55
```
66

77
Find the process ID of a running program

0 commit comments

Comments
 (0)