Author: jbonofre
Date: Tue Apr  3 07:33:36 2012
New Revision: 1308730

URL: http://svn.apache.org/viewvc?rev=1308730&view=rev
Log:
[KARAF-1304] Fix feature info command help

Modified:
    
karaf/branches/karaf-2.2.x/features/command/src/main/java/org/apache/karaf/features/command/InfoFeatureCommand.java

Modified: 
karaf/branches/karaf-2.2.x/features/command/src/main/java/org/apache/karaf/features/command/InfoFeatureCommand.java
URL: 
http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/features/command/src/main/java/org/apache/karaf/features/command/InfoFeatureCommand.java?rev=1308730&r1=1308729&r2=1308730&view=diff
==============================================================================
--- 
karaf/branches/karaf-2.2.x/features/command/src/main/java/org/apache/karaf/features/command/InfoFeatureCommand.java
 (original)
+++ 
karaf/branches/karaf-2.2.x/features/command/src/main/java/org/apache/karaf/features/command/InfoFeatureCommand.java
 Tue Apr  3 07:33:36 2012
@@ -30,7 +30,7 @@ import org.apache.karaf.features.Feature
 /**
  * Utility command to display info about features.
  */
-@Command(scope = "features", name = "info", description = "Shows information 
about selected information.")
+@Command(scope = "features", name = "info", description = "Shows information 
about selected feature.")
 public class InfoFeatureCommand extends FeaturesCommandSupport {
 
     @Argument(index = 0, name = "name", description = "The name of the 
feature", required = true, multiValued = false)


Reply via email to