Method: Puppet::Application::Describe#help

Defined in:
lib/puppet/application/describe.rb

#helpObject



180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# File 'lib/puppet/application/describe.rb', line 180

def help
  "\npuppet-describe(8) -- \#{summary}\n========\n\nSYNOPSIS\n--------\nPrints help about Puppet resource types, providers, and metaparameters.\n\n\nUSAGE\n-----\npuppet describe [-h|--help] [-s|--short] [-p|--providers] [-l|--list] [-m|--meta]\n\n\nOPTIONS\n-------\n* --help:\nPrint this help text\n\n* --providers:\nDescribe providers in detail for each type\n\n* --list:\nList all types\n\n* --meta:\nList all metaparameters\n\n* --short:\nList only parameters without detail\n\n\nEXAMPLE\n-------\n  $ puppet describe --list\n  $ puppet describe file --providers\n  $ puppet describe user -s -m\n\n\nAUTHOR\n------\nDavid Lutterkort\n\n\nCOPYRIGHT\n---------\nCopyright (c) 2011 Puppet Inc., LLC Licensed under the Apache 2.0 License\n\n  HELP\nend\n"