[Devel] [PATCH] cmd_ps message cleanup

Vasily Averin vvs at odin.com
Thu Apr 30 07:22:34 PDT 2015


ps -L no longer exists

Signed-off-by: Vasily Averin <vvs at parallels.com>
---
 task.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/task.c b/task.c
index c875bb9..bc7911b 100644
--- a/task.c
+++ b/task.c
@@ -2843,7 +2843,7 @@ task_struct_member(struct task_context *tc, unsigned int radix, struct reference
 }
 
 static char *ps_exclusive = 
-    "-a, -t, -c, -p, -g, -l, -m, -L, -S and -r flags are all mutually-exclusive\n";
+    "-a, -t, -c, -p, -g, -l, -m, -S and -r flags are all mutually-exclusive\n";
 
 static void
 check_ps_exclusive(ulong flag, ulong thisflag)
-- 
1.7.12.4




More information about the Devel mailing list