diff options
author | Paul van der Walt <paul@denknerd.org> | 2015-10-21 15:52:15 +0200 |
---|---|---|
committer | Paul van der Walt <paul@denknerd.org> | 2015-10-23 09:10:52 +0200 |
commit | 8e01e30077a70376baefa7bc88ea01818d94aeee (patch) | |
tree | 991e611f281dcefcba5143a9d33b7a0ed13fc3b0 /guix | |
parent | 759756a992625940e26bdb6cc1f96731b1c8b90f (diff) |
import: hackage: Fix grammar.
Minor clarification regarding the test-dependencies command line option.
* guix/scripts/import/hackage.scm (show-help): Minor grammatical fix.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/scripts/import/hackage.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/import/hackage.scm b/guix/scripts/import/hackage.scm index 8d31128c47..8c4e640bf3 100644 --- a/guix/scripts/import/hackage.scm +++ b/guix/scripts/import/hackage.scm @@ -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) |