From edc86720ee55b94eb1b1903217a43656cb575108 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 23 Jan 2013 20:22:21 +0100 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- bootcleanse.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootcleanse.py') diff --git a/bootcleanse.py b/bootcleanse.py index 6f60c95..6e57223 100755 --- a/bootcleanse.py +++ b/bootcleanse.py @@ -3,7 +3,7 @@ ''' bootcleanse – Cleanse your system from old MBR codes and boot flags -Copyright © 2012 Mattias Andrée (maandree@kth.se) +Copyright © 2012, 2013 Mattias Andrée (maandree@member.fsf.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -40,7 +40,7 @@ print() print('If you are not sure what you are doing, you may want') print('to back up the first 512 byte of each defected file.') print('To back up run `dd if=DEVICE bs=512 count=1 > DEV.backup`.') -print('To restore run `dd of=DEVICE bs=512 count=1 is=DEV.backup`.') +print('To restore run `dd of=DEVICE bs=512 count=1 if=DEV.backup`.') print() print('\033[01mProcessed? [yes/no]\033[21m') -- cgit v1.2.3-70-g09d2