Merge pull request #316 from lord63-forks/fix-pgrep

Fix pgrep: remove the nonexistent -i parameter
This commit is contained in:
Ruben Vereecken
2015-11-02 14:54:49 +01:00

View File

@@ -6,10 +6,6 @@
`pgrep {{Finder}}`
- case insensitive greping
`pgrep -i {{fireFOx}}`
- search full command line with parameters instead of just the process name
`pgrep -f "{{ssh root}}"`