mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01: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
|
||||
|
||||
`pgrep -f {{ssh root}}`
|
||||
`pgrep -f "{{ssh root}}"`
|
||||
|
||||
- search for process run by a specific user
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue