git.annexia.org
/
virt-top.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd478cb
)
Add missing sort order options in --help output (RHBZ#807176).
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 28 Sep 2012 15:19:49 +0000
(16:19 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 28 Sep 2012 15:19:49 +0000
(16:19 +0100)
virt-top/virt_top.ml
patch
|
blob
|
history
diff --git
a/virt-top/virt_top.ml
b/virt-top/virt_top.ml
index
e2fe554
..
b304766
100644
(file)
--- a/
virt-top/virt_top.ml
+++ b/
virt-top/virt_top.ml
@@
-200,7
+200,8
@@
let start_up () =
"-n", Arg.Set_int iterations,
"iterations " ^ s_"Number of iterations to run";
"-o", Arg.String set_sort,
- "sort " ^ sprintf (f_"Set sort order (%s)") "cpu|mem|time|id|name";
+ "sort " ^ sprintf (f_"Set sort order (%s)")
+ "cpu|mem|time|id|name|netrx|nettx|blockrdrq|blockwrrq";
"-s", Arg.Set secure_mode,
" " ^ s_"Secure (\"kiosk\") mode";
"--script", Arg.Set script_mode,