Author: jbonofre
Date: Tue Dec  3 12:04:43 2013
New Revision: 1547356

URL: http://svn.apache.org/r1547356
Log:
[KARAF-2511] Update the console page of the user guide with the new --no-format 
option

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

Modified: karaf/trunk/manual/src/main/webapp/users-guide/console.conf
URL: 
http://svn.apache.org/viewvc/karaf/trunk/manual/src/main/webapp/users-guide/console.conf?rev=1547356&r1=1547355&r2=1547356&view=diff
==============================================================================
--- karaf/trunk/manual/src/main/webapp/users-guide/console.conf (original)
+++ karaf/trunk/manual/src/main/webapp/users-guide/console.conf Tue Dec  3 
12:04:43 2013
@@ -166,12 +166,14 @@ SYNTAX
         feature:list [options]
 
 OPTIONS
-        -o, --ordered
-                Display a list using alphabetical order
         --help
                 Display this help message
+        -o, --ordered
+                Display a list using alphabetical order
         -i, --installed
                 Display a list of all installed features only
+        --no-format
+                Disable table rendered output
 
 {code}
 
@@ -188,12 +190,15 @@ SYNTAX
         feature:list [options]
 
 OPTIONS
-        -o, --ordered
-                Display a list using alphabetical order
         --help
                 Display this help message
+        -o, --ordered
+                Display a list using alphabetical order
         -i, --installed
                 Display a list of all installed features only
+        --no-format
+                Disable table rendered output
+
 {code}
 
 You can also use another form to get the command help, by using the {{--help}} 
option to the command:
@@ -209,12 +214,14 @@ SYNTAX
         feature:list [options]
 
 OPTIONS
-        -o, --ordered
-                Display a list using alphabetical order
         --help
                 Display this help message
+        -o, --ordered
+                Display a list using alphabetical order
         -i, --installed
                 Display a list of all installed features only
+        --no-format
+                Disable table rendered output
 
 {code}
 


Reply via email to