diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-04 19:16:43 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-05 16:39:37 +0100 |
commit | 26c6de8b7112ac30e5884c8c851123a70ba527a0 (patch) | |
tree | 451297622593ec9446a16af764c2a369ab434468 | |
parent | bdd4aa16433a57e4d7bb8980f9e8619d43785b0e (diff) | |
download | guix-26c6de8b7112ac30e5884c8c851123a70ba527a0.tar.gz guix-26c6de8b7112ac30e5884c8c851123a70ba527a0.zip |
gnu: di: Streamline description.
* gnu/packages/admin.scm (di)[description]: Avoid incongruent prepositions
and sentence fragments.
-rw-r--r-- | gnu/packages/admin.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 67d1026dfb..3250be5349 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1795,10 +1795,10 @@ a new command using the matched rule, and runs it.") (home-page "https://www.gentoo.com/di/") (synopsis "Advanced df like disk information utility") (description - "'di' is a disk information utility, displaying everything -(and more) that your @code{df} command does. It features the ability to -display your disk usage in whatever format you prefer. It is designed to be -highly portable. Great for heterogeneous networks.") + "'di' is a disk information utility, displaying everything that your +@code{df} command does and more. It features the ability to display your disk +usage in whatever format you prefer. It is designed to be highly portable and +produce uniform output across heterogeneous networks.") (license license:zlib))) (define-public cbatticon |