Misc wording fixes

This commit is contained in:
g0tmi1k
2018-05-09 13:14:41 +01:00
parent e437b952da
commit 2c40913a64
3 changed files with 6 additions and 4 deletions

View File

@@ -95,6 +95,7 @@ def last_update
date
end
# Was it 5 days ago?
def update_required?
date = last_update
day_seconds = 24 * 60 * 60

View File

@@ -49,7 +49,7 @@ def usage
puts '-Use custom plugins directory ...'
puts "ruby #{script_name} -u www.example.com --wp-plugins-dir wp-content/custom-plugins"
puts
puts '-Update the DB ...'
puts '-Update the Database ...'
puts "ruby #{script_name} --update"
puts
puts '-Debug output ...'