qvm-backup-restore: add missing backslash

Reported by Ivan <ivan@c3i.bg>
This commit is contained in:
Marek Marczykowski-Górecki 2016-08-17 13:48:12 +02:00
parent 10c44e8722
commit 4c1c57bcb7
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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 "\