Rename default strategy to ps

This commit is contained in:
Bruno Sutic
2014-09-21 15:12:35 +02:00
parent 8ebda79f68
commit 1b79eb2f63
4 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,7 @@
'default' strategy.
- save command strategy: 'pgrep'. It's here only if fallback is needed.
- save command strategy: 'gdb'
- rename default strategy name to 'ps'
### v1.3.0, 2014-09-20
- remove dependency on `pgrep` command. Use `ps` for fetching process names.