>From 8c86b8958025f94dcccaa74df37973e70eda2b9d Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Sun, 23 Apr 2017 19:47:05 +0200 Subject: [PATCH 3/6] 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 --- manual/Extensions | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manual/Extensions b/manual/Extensions index 7025822..dbf446d 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 -- 2.1.4