import: hackage: Fix grammar.

Minor clarification regarding the test-dependencies command line option.

* guix/scripts/import/hackage.scm (show-help): Minor grammatical fix.
This commit is contained in:
Paul van der Walt 2015-10-21 15:52:15 +02:00
parent 759756a992
commit 8e01e30077

View file

@ -55,7 +55,7 @@ (define (show-help)
(display (_ "
-s, --stdin read from standard input"))
(display (_ "
-t, --no-test-dependencies don't include test only dependencies"))
-t, --no-test-dependencies don't include test-only dependencies"))
(display (_ "
-V, --version display version information and exit"))
(newline)