Fix pgrep: remove the nonexistent -i parameter

This commit is contained in:
lord63
2015-10-31 15:46:42 +08:00
parent 31d2d21d35
commit bdeb134a92

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}}"`