From a018c194bac3ad592a11486c38009c69c1e9c607 Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 3 Jan 2013 11:48:36 +0100 Subject: renamed --fill-pool option to --run-once --- bin/leap_ca_daemon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/leap_ca_daemon b/bin/leap_ca_daemon index 13c0691..21e48ef 100755 --- a/bin/leap_ca_daemon +++ b/bin/leap_ca_daemon @@ -40,7 +40,7 @@ if ARGV.grep(/--version/).any? end # --fill-pool will fill the pool and then exit -if ARGV.grep(/--fill-pool/).any? +if ARGV.grep(/--once/).any? or ARGV.grep(/--run-once/).any? require 'leap_ca' pool = LeapCA::Pool.new(:size => LeapCA::Config.max_pool_size) pool.fill -- cgit v1.2.3