diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-01-23 20:22:21 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-01-23 20:22:21 +0100 |
| commit | edc86720ee55b94eb1b1903217a43656cb575108 (patch) | |
| tree | fdca08d36a445755d97217b48ad50cfb32678055 /bootcleanse.py | |
| parent | use gpl3 (diff) | |
| download | bootcleanse-edc86720ee55b94eb1b1903217a43656cb575108.tar.gz bootcleanse-edc86720ee55b94eb1b1903217a43656cb575108.tar.bz2 bootcleanse-edc86720ee55b94eb1b1903217a43656cb575108.tar.xz | |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'bootcleanse.py')
| -rwxr-xr-x | bootcleanse.py | 4 |
1 files changed, 2 insertions, 2 deletions
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') |
