From 7c03b162098faf77eeb5c59499104b34be79ea8a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Wed, 5 Jun 2019 17:11:25 -0400
Subject: [PATCH] librarian update takes no argument

---
 tsa/howto/puppet.mdwn | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tsa/howto/puppet.mdwn b/tsa/howto/puppet.mdwn
index 18448e0f..a678d8f7 100644
--- a/tsa/howto/puppet.mdwn
+++ b/tsa/howto/puppet.mdwn
@@ -400,8 +400,10 @@ to do so just yet. This problem is further discussed in [ticket #29387][].
 Also note that when you update code like this, the `Puppetfile` does
 not change, but the `Puppetfile.lock` file *does* change. The `GIT.sha`
 parameter needs to be updated. This can be done by hand, but since
-that is error-prone, you might want to simply run `librarian-puppet
-update prometheus-puppet` to update that module.
+that is error-prone, you might want to simply run this to update
+modules:
+
+    librarian-puppet update
 
 This will *also* update dependencies so make sure you audit those
 changes before committing and pushing.
-- 
GitLab