Add -l option to show full command line (fixes #23)
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
struct prg_node {
|
||||
long inode;
|
||||
pid_t pid;
|
||||
std::string name;
|
||||
std::string cmdline;
|
||||
};
|
||||
|
||||
struct prg_node *findPID(unsigned long inode);
|
||||
|
||||
Reference in New Issue
Block a user