From eda4d9ec00be1108ab4336a438299a283c5a0a90 Mon Sep 17 00:00:00 2001 From: PyroPeter Date: Tue, 11 Jan 2011 23:04:20 +0100 Subject: repo-add: Create/modify files databases Implements FS#11302. Dan: updated docs to not reference pkgfile. Signed-off-by: PyroPeter Signed-off-by: Dan McGee --- doc/repo-add.8.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/repo-add.8.txt') diff --git a/doc/repo-add.8.txt b/doc/repo-add.8.txt index 81bf8377..2500ab8b 100644 --- a/doc/repo-add.8.txt +++ b/doc/repo-add.8.txt @@ -10,7 +10,7 @@ repo-add - package database maintenance utility Synopsis -------- -repo-add [-q] [ ...] +repo-add [-f] [-q] [ ...] repo-remove [-q] [ ...] @@ -30,11 +30,15 @@ on the command line. Options ------- +*-f, \--files*:: + Tells repo-add also to create and include a list of the files in the + specified packages. This is useful for creating databases listing all files + in a given sync repository for tools that may use this information. + *-q, \--quiet*:: Force this program to keep quiet and run silent except for warning and error messages. - See Also -------- linkman:makepkg[8], linkman:pacman[8] -- cgit v1.2.3-24-g4f1b From d0c327df172942da18f1e5c9b6afb183e4d9ee18 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 11 Jan 2011 17:16:12 -0600 Subject: doc: add docs for repo-add -d option This never got added when the option was brought in, so fix it. Signed-off-by: Dan McGee --- doc/repo-add.8.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/repo-add.8.txt') diff --git a/doc/repo-add.8.txt b/doc/repo-add.8.txt index 2500ab8b..75f49ef5 100644 --- a/doc/repo-add.8.txt +++ b/doc/repo-add.8.txt @@ -10,7 +10,7 @@ repo-add - package database maintenance utility Synopsis -------- -repo-add [-f] [-q] [ ...] +repo-add [-d] [-f] [-q] [ ...] repo-remove [-q] [ ...] @@ -30,6 +30,10 @@ on the command line. Options ------- +*-d, \--delta*:: + Automatically generate and add a delta file between the old entry and the + new one, if the old package file is found next to the new one. + *-f, \--files*:: Tells repo-add also to create and include a list of the files in the specified packages. This is useful for creating databases listing all files -- cgit v1.2.3-24-g4f1b