diff --git a/ssd-eraser b/ssd-eraser
index 2fe0546a4999a23fd723e3e292a6ee218421df45..55671fdd36a7a8e41d66a94fa14b0b7559c8882a 100755
--- a/ssd-eraser
+++ b/ssd-eraser
@@ -10,7 +10,7 @@
 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 # See the GNU General Public License for more details.
 #
-__version__ = '0.1'
+__version__ = '0.2'
 
 import os
 import json
@@ -25,7 +25,7 @@ except ImportError:
 
 # Got root?
 if os.getuid() != 0:
-    print("\nOnly root can run this script.\n")
+    print("\nMust be root to run command.\n")
     exit(1)
 
 # Main Vars