You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/04/03 09:31:37 UTC

svn commit: r1308729 - /karaf/trunk/features/command/src/main/java/org/apache/karaf/features/command/InfoFeatureCommand.java

Author: jbonofre
Date: Tue Apr  3 07:31:37 2012
New Revision: 1308729

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

Modified:
    karaf/trunk/features/command/src/main/java/org/apache/karaf/features/command/InfoFeatureCommand.java

Modified: karaf/trunk/features/command/src/main/java/org/apache/karaf/features/command/InfoFeatureCommand.java
URL: http://svn.apache.org/viewvc/karaf/trunk/features/command/src/main/java/org/apache/karaf/features/command/InfoFeatureCommand.java?rev=1308729&r1=1308728&r2=1308729&view=diff
==============================================================================
--- karaf/trunk/features/command/src/main/java/org/apache/karaf/features/command/InfoFeatureCommand.java (original)
+++ karaf/trunk/features/command/src/main/java/org/apache/karaf/features/command/InfoFeatureCommand.java Tue Apr  3 07:31:37 2012
@@ -28,7 +28,7 @@ import org.apache.karaf.features.Depende
 import org.apache.karaf.features.Feature;
 import org.apache.karaf.features.FeaturesService;
 
-@Command(scope = "feature", name = "info", description = "Shows information about selected information.")
+@Command(scope = "feature", name = "info", description = "Shows information about selected feature.")
 public class InfoFeatureCommand extends FeaturesCommandSupport {
 
     private static final String INDENT = "  ";