diff options
author | Dan McGee <dan@archlinux.org> | 2011-01-12 00:16:12 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-01-12 03:30:27 +0100 |
commit | d0c327df172942da18f1e5c9b6afb183e4d9ee18 (patch) | |
tree | 9ad419ca738017f6e142fec39faafb115d6cb60c | |
parent | eda4d9ec00be1108ab4336a438299a283c5a0a90 (diff) | |
download | pacman-d0c327df172942da18f1e5c9b6afb183e4d9ee18.tar.gz pacman-d0c327df172942da18f1e5c9b6afb183e4d9ee18.tar.xz |
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 <dan@archlinux.org>
-rw-r--r-- | doc/repo-add.8.txt | 6 |
1 files changed, 5 insertions, 1 deletions
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] <path-to-db> <package1> [<package2> ...] +repo-add [-d] [-f] [-q] <path-to-db> <package1> [<package2> ...] repo-remove [-q] <path-to-db> <packagename> [<packagename2> ...] @@ -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 |