From 4ad572bee6345cf2621288a62a588ff50cf57312 Mon Sep 17 00:00:00 2001 From: Tatsuki Sugiura Date: Wed, 16 Mar 2016 22:58:28 +0900 Subject: [PATCH] Fix description message. --- lib/osdn/cli/command/package.rb | 2 +- lib/osdn/cli/command/release.rb | 2 +- lib/osdn/cli/command/relfile.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/osdn/cli/command/package.rb b/lib/osdn/cli/command/package.rb index cc90165..b24b0f1 100644 --- a/lib/osdn/cli/command/package.rb +++ b/lib/osdn/cli/command/package.rb @@ -14,7 +14,7 @@ module OSDN; module CLI; module Command end def self.description - "Manipulate release package of project" + "Manipulate frs packages of project" end def process_options diff --git a/lib/osdn/cli/command/release.rb b/lib/osdn/cli/command/release.rb index 0a1163b..415ce49 100644 --- a/lib/osdn/cli/command/release.rb +++ b/lib/osdn/cli/command/release.rb @@ -15,7 +15,7 @@ module OSDN; module CLI; module Command end def self.description - "Manipulate release (includes by package) of project" + "Manipulate frs releases of project" end def process_options diff --git a/lib/osdn/cli/command/relfile.rb b/lib/osdn/cli/command/relfile.rb index b001c38..6b3556a 100644 --- a/lib/osdn/cli/command/relfile.rb +++ b/lib/osdn/cli/command/relfile.rb @@ -17,7 +17,7 @@ module OSDN; module CLI; module Command end def self.description - "Manipulate release (includes by package) of project" + "Manipulate frs files of project" end def process_options -- 2.11.0