diff --git a/ssd-eraser b/ssd-eraser index 216228d7ac30214d05ec771f564a05bb5af9d791..86a92bb0bcec860b7fc269a231c93fdb3119735b 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