mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 01:26:03 +02:00
Minor correction
Command with parameters need to be in double-quotes
This commit is contained in:
parent
a35006fece
commit
660fb0958e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
- search full command line with parameters instead of just the process name
|
- search full command line with parameters instead of just the process name
|
||||||
|
|
||||||
`pgrep -f {{ssh root}}`
|
`pgrep -f "{{ssh root}}"`
|
||||||
|
|
||||||
- search for process run by a specific user
|
- search for process run by a specific user
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue