summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2008-10-15 19:52:06 -0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2008-10-15 19:52:06 -0200
commitc5930661a727ef48e25f0e8e0985d6373472f540 (patch)
treee2d1cfe23f514bb635bd2b7ad9bc417e968efe22
parent078f9549076c5d5fb0ca5f8ee573c6e7d49eb22d (diff)
downloadtuna-c5930661a727ef48e25f0e8e0985d6373472f540.tar.gz
tuna: fixup getopt long option for --priority, it requires an arg
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 8683867..07ba81d 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -179,7 +179,7 @@ def main():
"filter", "gui", "help",
"isolate", "include",
"no_kthreads",
- "move", "priority", "show_threads",
+ "move", "priority=", "show_threads",
"save=", "sockets=", "threads=",
"no_uthreads", "what_is"))
except getopt.GetoptError, err: