diff options
Diffstat (limited to 'modules/process.py')
| -rwxr-xr-x | modules/process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/process.py b/modules/process.py index 064b1b3..aa5e315 100755 --- a/modules/process.py +++ b/modules/process.py @@ -32,7 +32,7 @@ class ProcessModule(func_module.FuncModule): } func_module.FuncModule.__init__(self) - def info(self,flags="-aux"): + def info(self,flags="-auxh"): """ Returns a struct of hardware information. By default, this pulls down all of the devices. If you don't care about them, set with_devices to |
