~ chicken-core (chicken-5) 7b3b3900243554ee35ed00f0a9973665ae9d8500


commit 7b3b3900243554ee35ed00f0a9973665ae9d8500
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sun Apr 23 19:50:12 2017 +0200
Commit:     Evan Hanson <evhan@foldling.org>
CommitDate: Mon Apr 24 07:45:05 2017 +1200

    manual/Extensions: Update documentation for chicken-status command line options
    
    - Remove -prefix (not implemented in the code)
    - Sort options according to the order displayed by chicken-status -h
    - Document -components
    
    Signed-off-by: Evan Hanson <evhan@foldling.org>

diff --git a/manual/Extensions b/manual/Extensions
index dbf446d4..f9592dd5 100644
--- a/manual/Extensions
+++ b/manual/Extensions
@@ -598,13 +598,13 @@ Available options:
 
 ; {{-h   -help}} : show usage information and exit
 ; {{-version}} : show version and exit
-; {{-f   -files}} : list installed files
 ; {{-a   -all}} : Scan all repositories in {{CHICKEN_REPOSITORY_PATH}}
+; {{-f   -files}} : list installed files
+; {{-match}} : treat egg-names as glob patterns
 ; {{-host}} : when cross-compiling, show eggs for host system only
 ; {{-target}} : when cross-compiling, show eggs for target system only
-; {{-p   -prefix PREFIX}} : change installation prefix to {{PREFIX}}
-; {{-match}} : treat egg-names as glob patterns
 ; {{-list}} : list installed egg version in format suitable for {{chicken-install -override}}
+; {{-c   -components}} : list installed components
 
 
 === Security
Trap