Fix broken -n option
[ademar@optimus smem]$ ./smem -n Traceback (most recent call last): File "./smem", line 624, in <module> ...
This commit is contained in:
parent
04b9f552f4
commit
b2041ff9b6
1 changed files with 1 additions and 1 deletions
2
smem
2
smem
|
|
@ -216,7 +216,7 @@ def showpids():
|
|||
|
||||
def showuser(p):
|
||||
if options.numeric:
|
||||
return piduser(p)
|
||||
return src.piduser(p)
|
||||
return pidusername(p)
|
||||
|
||||
fields = dict(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue