]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/common/exit_codes.rb
Add some new fixtures in preparation for prune tests.
[mailshears.git] / lib / common / exit_codes.rb
index 8f70919fc457d5500a0d52c468419a7b2a4b5ca5..f632b25982cb26d17f28060862f3ee08be5a4d5e 100644 (file)
@@ -3,5 +3,5 @@ module ExitCodes
   SUCCESS = 0
   FILESYSTEM_ERROR = 1
   DATABASE_ERROR = 2
-
+  BAD_COMMAND_LINE = 3
 end