~ chicken-core (chicken-5) 6353a79abf1049335bdab14354dc8682cfb4259c


commit 6353a79abf1049335bdab14354dc8682cfb4259c
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sun Apr 23 19:47:05 2017 +0200
Commit:     Evan Hanson <evhan@foldling.org>
CommitDate: Mon Apr 24 07:44:28 2017 +1200

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

diff --git a/manual/Extensions b/manual/Extensions
index 70258228..dbf446d4 100644
--- a/manual/Extensions
+++ b/manual/Extensions
@@ -589,11 +589,10 @@ Available options:
 ; {{-h   -help}} : show usage information and exit
 ; {{-version}} : show version and exit
 ; {{-force}} : don't ask, delete whatever matches
+; {{-match}} : treat egg-names as glob patterns
 ; {{-s   -sudo}} : use external command to elevate privileges for deleting files
-; {{-p   -prefix PREFIX}} : change installation prefix to {{PREFIX}}
 ; {{-host}} : when cross-compiling, remove eggs for host system only
 ; {{-target}} : when cross-compiling, remove eggs for target system only
-; {{-match}} : treat egg-names as glob patterns
 
 === chicken-status reference
 
Trap