[bug#79593] monad-repl: Improve docstring for "verbosity" meta command.

Message ID 8c4de03c25dc73fca91b1d9f7c66b65f3d172c70.1759830732.git.~@wolfsden.cz
State New
Headers
Series [bug#79593] monad-repl: Improve docstring for "verbosity" meta command. |

Commit Message

Tomas Volf Oct. 7, 2025, 9:52 a.m. UTC
* guix/monad-repl.scm (verbosity): Describe valid values.
---
 guix/monad-repl.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
  

Patch

diff --git a/guix/monad-repl.scm b/guix/monad-repl.scm
index db4fe3c699..f4863c0c5c 100644
--- a/guix/monad-repl.scm
+++ b/guix/monad-repl.scm
@@ -122,7 +122,9 @@  (define-meta-command ((run-in-store guix) repl (form))
 
 (define-meta-command ((verbosity guix) repl (level))
   "verbosity LEVEL
-Change build verbosity to LEVEL."
+Change build verbosity to LEVEL.
+
+0 means silent, 1 means quiet, 2 means verbose, >3 means very verbose."
   (set! %build-verbosity (repl-eval repl level)))
 
 (define-meta-command ((lower guix) repl (form))