virtop 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/virtop +4 -4
- data/lib/virtop.rb +1 -1
- metadata +3 -3
data/bin/virtop
CHANGED
@@ -30,12 +30,12 @@ if( ARGV.first == "-h" or ARGV.first == "--help" )
|
|
30
30
|
$stderr.puts <<EOF
|
31
31
|
#{$0} [libvirt-uri]
|
32
32
|
|
33
|
-
libvirt-uri
|
34
|
-
|
33
|
+
libvirt-uri is optional. Default is qemu:///system (for the local libvirt
|
34
|
+
daemon). See http://libvirt.org/uri.html for URI format.
|
35
35
|
|
36
36
|
Key bindings:
|
37
|
-
|
38
|
-
|
37
|
+
q Quit.
|
38
|
+
1..6 Sort by column number.
|
39
39
|
|
40
40
|
EOF
|
41
41
|
exit( 1 )
|
data/lib/virtop.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: virtop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 9
|
10
|
+
version: 0.0.9
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- henning mueller
|