Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fluent-plugin-generate: add note about plugin name #3303

Merged
merged 1 commit into from
Mar 31, 2021

Commits on Mar 31, 2021

  1. fluent-plugin-generate: add note about plugin name

    In the previous version, <name> of prefix
    is not mentioned.
    
    Before:
    
      Usage: fluent-plugin-generate [options] <type> <name>
    
      Generate a project skeleton for creating a Fluentd plugin
    
      Arguments:
              type: input,output,filter,parser,formatter
              name: Your plugin name
    
      Options:
              --[no-]license=NAME          Specify license name (default: Apache-2.0)
    
    After:
    
      Usage: fluent-plugin-generate [options] <type> <name>
    
      Generate a project skeleton for creating a Fluentd plugin
    
      Arguments:
              type: input,output,filter,parser,formatter
              name: Your plugin name (fluent-plugin- prefix will be added to <name>)
    
      Options:
              --[no-]license=NAME          Specify license name (default: Apache-2.0)
    
    Signed-off-by: Kentaro Hayashi <kenhys@gmail.com>
    kenhys committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    6892051 View commit details
    Browse the repository at this point in the history