diff options
Diffstat (limited to 'gnu/packages/fdisk.scm')
-rw-r--r-- | gnu/packages/fdisk.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/fdisk.scm b/gnu/packages/fdisk.scm index 6248feb98b..dca77c4d6e 100644 --- a/gnu/packages/fdisk.scm +++ b/gnu/packages/fdisk.scm @@ -48,6 +48,7 @@ (home-page "https://www.gnu.org/software/fdisk/") (synopsis "Low-level disk partitioning and formatting") (description - "GNU Fdisk provides alternatives to util-linux fdisk and util-linux -cfdisk. It uses GNU Parted.") + "GNU fdisk provides a GNU version of the common disk partitioning tool +fdisk. fdisk is used for the creation and manipulation of disk partition +tables, and it understands a variety of different formats.") (license gpl3+))) |