0
0
mirror of https://github.com/thegeeklab/retry.git synced 2024-06-02 18:29:39 +02:00
This commit is contained in:
Neville Kadwa 2015-03-26 15:17:53 -04:00
parent 4f631d0130
commit 9a214426fa
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ class RetryIt
def run(args)
if (args.size < 1 || ["-h", "-?", "--help"].include?(args[0]))
load_options(args)
load_options(["-?"])
end
idx = args.find_index("-e")

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = 'retryit'
s.version = '0.1.1'
s.version = '0.1.2'
s.summary = "retry any command line"
s.description = "General purpose retry cli program for anything"
s.authors = ["Neville Kadwa"]