You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jg...@apache.org on 2011/12/07 18:45:57 UTC

svn commit: r1211563 - /karaf/trunk/manual/src/main/webapp/users-guide/kar.conf

Author: jgoodyear
Date: Wed Dec  7 17:45:57 2011
New Revision: 1211563

URL: http://svn.apache.org/viewvc?rev=1211563&view=rev
Log:
[KARAF-1097] Update Kar documentation.



Modified:
    karaf/trunk/manual/src/main/webapp/users-guide/kar.conf

Modified: karaf/trunk/manual/src/main/webapp/users-guide/kar.conf
URL: http://svn.apache.org/viewvc/karaf/trunk/manual/src/main/webapp/users-guide/kar.conf?rev=1211563&r1=1211562&r2=1211563&view=diff
==============================================================================
--- karaf/trunk/manual/src/main/webapp/users-guide/kar.conf (original)
+++ karaf/trunk/manual/src/main/webapp/users-guide/kar.conf Wed Dec  7 17:45:57 2011
@@ -101,12 +101,12 @@ The KAR Deployer creates a repository de
 descriptor. You can now see your feature available for installation:
 
 {code}
-karaf@root> features:list|grep -i my
+karaf@root> feature:list|grep -i my
 [uninstalled] [1.0             ] my                            repo-0
 {code}
 
 Now you can use any commands available on features:
 
 {code}
-karaf@root> features:install my
-{code}
\ No newline at end of file
+karaf@root> feature:install my
+{code}