From c879354003df61703c4b6c874650608bf569d77d Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 7 Dec 2021 11:35:42 +0100 Subject: shell: Fix '--file' description in '--help' output. Reported by pinoaffe on #guix. * guix/scripts/shell.scm (show-help): Fix '--file' description. --- guix/scripts/shell.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'guix/scripts/shell.scm') diff --git a/guix/scripts/shell.scm b/guix/scripts/shell.scm index bd62803cb1..7cd7ce78e1 100644 --- a/guix/scripts/shell.scm +++ b/guix/scripts/shell.scm @@ -52,8 +52,7 @@ interactive shell in that environment.\n")) (display (G_ " -D, --development include the development inputs of the next package")) (display (G_ " - -f, --file=FILE create environment for the package that the code within - FILE evaluates to")) + -f, --file=FILE add to the environment the package FILE evaluates to")) (display (G_ " -q inhibit loading of 'guix.scm' and 'manifest.scm'")) (display (G_ " -- cgit v1.2.3