OSDN Git Service

Fix help method namespace.
authorTatsuki Sugiura <sugi@nemui.org>
Wed, 16 Mar 2016 08:47:04 +0000 (17:47 +0900)
committerTatsuki Sugiura <sugi@nemui.org>
Wed, 16 Mar 2016 08:47:04 +0000 (17:47 +0900)
lib/osdn/cli/command/package.rb

index 64838bf..0d37831 100644 (file)
@@ -1,6 +1,6 @@
 module OSDN; module CLI; module Command
   class Package < Base
-    def self.help
+    def help
       puts "#{$0} package [opts] [list]"
       puts "#{$0} package [opts] create <new-package-name>"
       puts "#{$0} package [opts] update <numeric-package-id> [name]"