From c398763f3253b2138b835c83e19c61d41307ddc1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sep 04 2025 08:50:40 +0000 Subject: watch-status: make example generic Signed-off-by: Kevin Fenzi --- diff --git a/modules/howtos/pages/update_watch_dist_git.adoc b/modules/howtos/pages/update_watch_dist_git.adoc index e66469d..509f2e6 100644 --- a/modules/howtos/pages/update_watch_dist_git.adoc +++ b/modules/howtos/pages/update_watch_dist_git.adoc @@ -46,7 +46,7 @@ revert to the default status. Example: ---- -# pagure-admin update-watch rpms/borgbackup bpereto +# pagure-admin update-watch rpms/ Using configuration file `/etc/pagure/pagure.cfg` The watch status can be one of the following: -1: reset the watch status to default @@ -55,7 +55,7 @@ The watch status can be one of the following: 2: watch commits 3: watch issues, PRs and commits Status:-1 -Updating watch status of bpereto to -1 (reset the watch status to default) on rpms/borgbackup +Updating watch status of to -1 (reset the watch status to default) on rpms/ ---- --