diff options
| author | Luke Kanies <luke@madstop.com> | 2008-02-13 17:18:23 -0600 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-02-13 17:18:23 -0600 |
| commit | 482971103b436e030606371df69bf4dfbbf54a2c (patch) | |
| tree | 283f1faba327982c06087d3a3a4e076eaf81b3ea /bin | |
| parent | f8afe131699f1f0afe834b070af285fd56f6320d (diff) | |
| download | puppet-482971103b436e030606371df69bf4dfbbf54a2c.tar.gz puppet-482971103b436e030606371df69bf4dfbbf54a2c.tar.xz puppet-482971103b436e030606371df69bf4dfbbf54a2c.zip | |
removing "lib" deprecation notice from autoloader
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/puppetmasterd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/puppetmasterd b/bin/puppetmasterd index bae11c831..a00186b68 100755 --- a/bin/puppetmasterd +++ b/bin/puppetmasterd @@ -87,7 +87,6 @@ options = [ [ "--debug", "-d", GetoptLong::NO_ARGUMENT ], [ "--help", "-h", GetoptLong::NO_ARGUMENT ], [ "--logdest", "-l", GetoptLong::REQUIRED_ARGUMENT ], - [ "--noca", GetoptLong::NO_ARGUMENT ], [ "--nobucket", GetoptLong::NO_ARGUMENT ], [ "--noreports", GetoptLong::NO_ARGUMENT ], [ "--nonodes", GetoptLong::NO_ARGUMENT ], |
