qvm-backup-restore: add missing backslash
Reported by Ivan <ivan@c3i.bg>
This commit is contained in:
parent
10c44e8722
commit
4c1c57bcb7
@ -284,7 +284,7 @@ def main():
|
|||||||
exit(1)
|
exit(1)
|
||||||
else:
|
else:
|
||||||
print >> sys.stderr, "Continuing as directed."
|
print >> sys.stderr, "Continuing as directed."
|
||||||
print >> sys.stderr, "NOTE: Before restoring the dom0 home directory, "
|
print >> sys.stderr, "NOTE: Before restoring the dom0 home directory, "\
|
||||||
"a new directory named "\
|
"a new directory named "\
|
||||||
"'home-pre-restore-<current-time>' will be "\
|
"'home-pre-restore-<current-time>' will be "\
|
||||||
"created inside the dom0 home directory. If any "\
|
"created inside the dom0 home directory. If any "\
|
||||||
|
Loading…
Reference in New Issue
Block a user