summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-12-15 17:39:40 +0100
committerantirez <antirez@gmail.com>2010-12-15 17:39:40 +0100
commit6418b4c790adc1373cea9e4e3342982e9a209505 (patch)
tree53422c721c84478ea944b85e896b82a1708bd1f9 /utils
parent59aee5513d27fdf2d24499f35611093fa0fab3fb (diff)
downloadredis-6418b4c790adc1373cea9e4e3342982e9a209505.tar.gz
help.h updated2.2.0-rc1
Diffstat (limited to 'utils')
-rwxr-xr-xutils/generate-command-help.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/generate-command-help.rb b/utils/generate-command-help.rb
index f730eaf10..96cccc2bf 100755
--- a/utils/generate-command-help.rb
+++ b/utils/generate-command-help.rb
@@ -42,6 +42,7 @@ end
def commands
return @commands if @commands
+ require "rubygems"
require "net/http"
require "net/https"
require "json"