diff options
Diffstat (limited to 'gnu/packages/parted.scm')
-rw-r--r-- | gnu/packages/parted.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/parted.scm b/gnu/packages/parted.scm index b99c52e457..1f266c9035 100644 --- a/gnu/packages/parted.scm +++ b/gnu/packages/parted.scm @@ -58,8 +58,7 @@ ("readline" ,readline) ("util-linux" ,util-linux))) (home-page "http://www.gnu.org/software/parted/") - (synopsis - "GNU Parted, a tool to manipulate partitions") + (synopsis "Disk partition editor") (description "GNU Parted is an industrial-strength package for creating, destroying, resizing, checking and copying partitions, and the file systems on them. This @@ -68,4 +67,4 @@ usage, copying data on hard disks and disk imaging. It contains a library, libparted, and a command-line frontend, parted, which also serves as a sample implementation and script backend.") - (license gpl3+)))
\ No newline at end of file + (license gpl3+))) |