]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/mv/mv_plugin.rb
Begin updating docs; remove two unused exit codes.
[mailshears.git] / lib / mv / mv_plugin.rb
index 29f697c2da028275af40fa3da8f031d5af254592..089e6c772bc7d9ddec80db26359449aae08b2c73 100644 (file)
@@ -13,7 +13,7 @@ module MvPlugin
     return MvDummyRunner
   end
 
-  def mv_user(from, to)
+  def mv_user(src, dst)
     # Rename the given user.
     raise NotImplementedError
   end