Skip to content

Commit 09098b4

Browse files
committed
Changed: rename with modified
1 parent b319bc0 commit 09098b4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: README

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
virt-thinpro
1+
virt-thinclone
22
============
33
Virt-ThinProvisioning
44
Virtualmachine ThinProvisioning Clone Tool
55

66
Usage
77
-----
8-
Usage: virt-thinpro [options]
8+
Usage: virt-thinclone [options]
99
-o, --original <name> Original Domain Name: Necessary
1010
-n, --new <name> New Domain Name: Necessary
1111
-i, --ip <ip> New Domain IP: Necessary

Diff for: virt-thinclone

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require 'rexml/document'
1111
#
1212
# Released under an GPLv2+
1313
#
14-
# Usage: virt-thinpro [options]
14+
# Usage: virt-thinclone [options]
1515
# -o, --original <name> Original Domain Name: Necessary
1616
# -n, --new <name> New Domain Name: Necessary
1717
# -i, --ip <ip> New Domain IP: Necessary
@@ -25,7 +25,7 @@ require 'rexml/document'
2525
qemu_img = "/usr/bin/qemu-img"
2626
virt_clone = "/usr/bin/virt-clone"
2727
guestfish = "/usr/bin/guestfish"
28-
tmp = "/tmp/virt-thinpro"
28+
tmp = "/tmp/virt-thinclone"
2929

3030
guest_mask = "255.255.255.0"
3131
guest_gate = "192.168.0.1"
@@ -214,6 +214,6 @@ if OPTIONS[:org_dom] and OPTIONS[:new_dom] and OPTIONS[:new_dom_ip] then
214214
end
215215
end
216216
else
217-
abort("Help: virt-thinpro.rb -h")
217+
abort("Help: virt-thinclone -h")
218218
end
219219

0 commit comments

Comments
 (0)