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>
This commit is contained in:
parent
eda4d9ec00
commit
d0c327df17
1 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,7 @@ repo-add - package database maintenance utility
|
||||||
|
|
||||||
Synopsis
|
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> ...]
|
repo-remove [-q] <path-to-db> <packagename> [<packagename2> ...]
|
||||||
|
|
||||||
|
@ -30,6 +30,10 @@ on the command line.
|
||||||
|
|
||||||
Options
|
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*::
|
*-f, \--files*::
|
||||||
Tells repo-add also to create and include a list of the files in the
|
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
|
specified packages. This is useful for creating databases listing all files
|
||||||
|
|
Loading…
Add table
Reference in a new issue