diff options
author | antirez <antirez@gmail.com> | 2010-12-15 17:39:40 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2010-12-15 17:39:40 +0100 |
commit | 6418b4c790adc1373cea9e4e3342982e9a209505 (patch) | |
tree | 53422c721c84478ea944b85e896b82a1708bd1f9 /utils | |
parent | 59aee5513d27fdf2d24499f35611093fa0fab3fb (diff) | |
download | redis-6418b4c790adc1373cea9e4e3342982e9a209505.tar.gz |
help.h updated2.2.0-rc1
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/generate-command-help.rb | 1 |
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" |