~ruther/guix-local

8e01e30077a70376baefa7bc88ea01818d94aeee — Paul van der Walt 10 years ago 759756a
import: hackage: Fix grammar.

Minor clarification regarding the test-dependencies command line option.

* guix/scripts/import/hackage.scm (show-help): Minor grammatical fix.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/scripts/import/hackage.scm
M guix/scripts/import/hackage.scm => guix/scripts/import/hackage.scm +1 -1
@@ 55,7 55,7 @@ version.\n"))
  (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)