commit:     09fed52cac77648e93d310a2de57546441a94540
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 19:52:59 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 19:53:19 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=09fed52c

eapi-usage.sh: add note about EINFO_QUIET

We use gentoo-functions' bits so we respect EINFO_QUIET. Note
this in a comment as not everybody will know this.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eapi-usage.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eapi-usage.sh b/eapi-usage.sh
index 77758bd..7dc6e7d 100755
--- a/eapi-usage.sh
+++ b/eapi-usage.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
+# This script respects EINFO_QUIET=1 etc to silence stdout
 # Arguments:
 # $1: output directory. Defaults to eapi-usage.
 

Reply via email to