lib/commands/push.rb in lookfile-0.1.2 vs lib/commands/push.rb in lookfile-0.1.3
- old
+ new
@@ -5,10 +5,10 @@
# Command 'lookfile update' implementation
class Push < Command
def self.options_messages
%( push \t\t $ lookfile push
- \t\t - Push files on lookfile to repository
+ \t\t - Commit files on lookfile and push to repository
)
end
def self.command_name
'push'