>From a67cd3b14ff9182304c1aa40fea4cfd1ffc8183c Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Sun, 23 Apr 2017 19:50:12 +0200 Subject: [PATCH 4/6] 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 --- manual/Extensions | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/Extensions b/manual/Extensions index dbf446d..f9592dd 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 -- 2.1.4