summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2009-09-03 11:45:40 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2009-09-03 11:45:40 -0300
commitffdb94c386aebe8f548f525e498262f06c2f9751 (patch)
treefece55115d4227764763d469954f1e9c763e82e9
parent50f1a4234d03a7766d406f3ec53bf1fff2f0a644 (diff)
downloadtuna-ffdb94c386aebe8f548f525e498262f06c2f9751.tar.gz
cmdline: --socket needs an argument
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rwxr-xr-xtuna-cmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuna-cmd.py b/tuna-cmd.py
index bfb6cc0..8e2f342 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -348,7 +348,7 @@ def main():
long = ["cpus=", "affect_children", "filter", "gui", "help",
"isolate", "include", "no_kthreads", "move",
"show_sockets", "priority=", "show_threads", "irqs=",
- "save=", "sockets", "threads=", "no_uthreads",
+ "save=", "sockets=", "threads=", "no_uthreads",
"version", "what_is", "spread"]
if have_inet_diag:
short += "n"