aboutsummaryrefslogtreecommitdiffstats
path: root/bootcleanse.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-01-23 22:29:23 +0100
committerMattias Andrée <maandree@operamail.com>2013-01-23 22:29:23 +0100
commit7faf6031e68fa43ab6c5e98f3e0feecadd514203 (patch)
treeec4286099d9c3850addb9942ada39dc42d598b62 /bootcleanse.py
parentinfo: overview (diff)
downloadbootcleanse-7faf6031e68fa43ab6c5e98f3e0feecadd514203.tar.gz
bootcleanse-7faf6031e68fa43ab6c5e98f3e0feecadd514203.tar.bz2
bootcleanse-7faf6031e68fa43ab6c5e98f3e0feecadd514203.tar.xz
invoking1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'bootcleanse.py')
-rwxr-xr-xbootcleanse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootcleanse.py b/bootcleanse.py
index 31d257a..e90157b 100755
--- a/bootcleanse.py
+++ b/bootcleanse.py
@@ -41,7 +41,7 @@ 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 if=DEV.backup`.')
print()
-print('\033[01mProcessed? [yes/no]\033[21m')
+print('\033[01mProceed? [yes/no]\033[21m')
while True:
yn = input()