diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man/man8/revdep.8 | 5 | ||||
| -rw-r--r-- | doc/revdep.md | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/man/man8/revdep.8 b/doc/man/man8/revdep.8 index b0ba928..b8dc1f1 100644 --- a/doc/man/man8/revdep.8 +++ b/doc/man/man8/revdep.8 @@ -16,6 +16,11 @@ OPTIONS .IP "\(bu" 3 \fB-v\fR Verbose output of the operation. .SH +NOTE +.LP +\fBrevdep\fR does not automatically rebuild broken packages or their dependencies. You need to +use apkg for these operations. +.SH REPORTING BUGS .LP \fBapkg\fR is in a working stage but also under heavy development. Please report and bugs/issues in the project issue tracker: \fIhttps://codeberg.org/emmett1/autils/issues\fR diff --git a/doc/revdep.md b/doc/revdep.md index 60b981d..6f23ee3 100644 --- a/doc/revdep.md +++ b/doc/revdep.md @@ -13,6 +13,11 @@ It should probably run after any big upgrade, especially those that feature lib - **-h** Show program help. - **-v** Verbose output of the operation. +# NOTE + +**revdep** does not automatically rebuild broken packages or their dependencies. You need to +use apkg for these operations. + # REPORTING BUGS **apkg** is in a working stage but also under heavy development. Please report and bugs/issues in the project issue tracker: https://codeberg.org/emmett1/autils/issues |