aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-01-23 20:22:21 +0100
committerMattias Andrée <maandree@operamail.com>2013-01-23 20:22:21 +0100
commitedc86720ee55b94eb1b1903217a43656cb575108 (patch)
treefdca08d36a445755d97217b48ad50cfb32678055
parentuse gpl3 (diff)
downloadbootcleanse-edc86720ee55b94eb1b1903217a43656cb575108.tar.gz
bootcleanse-edc86720ee55b94eb1b1903217a43656cb575108.tar.bz2
bootcleanse-edc86720ee55b94eb1b1903217a43656cb575108.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--COPYING2
-rwxr-xr-xbootcleanse.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/COPYING b/COPYING
index cca4f8c..f37a13a 100644
--- a/COPYING
+++ b/COPYING
@@ -1,6 +1,6 @@
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
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')