monad-repl: Improve docstring for "verbosity" meta command. * guix/monad-repl.scm (verbosity): Describe valid values. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 3 insertions(+), 1 deletions(-) M guix/monad-repl.scm
M guix/monad-repl.scm => guix/monad-repl.scm +3 -1
@@ 122,7 122,9 @@ Run EXP through the store monad." (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))