gnu: btrfs-progs/static: Correct description.

* gnu/packages/linux.scm (btrfs-progs/static)[description]: Use the correct
name of the btrfs-progs package and @command{} mark-up.
This commit is contained in:
Tobias Geerinckx-Rice 2017-03-09 22:33:10 +01:00
parent 5595d4c1fd
commit ff797172b0
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -2841,9 +2841,9 @@ easy administration.")
(remove-store-references target) (remove-store-references target)
(chmod target #o555))))) (chmod target #o555)))))
(home-page (package-home-page btrfs-progs)) (home-page (package-home-page btrfs-progs))
(synopsis "Statically-linked btrfs command from btrfsprogs") (synopsis "Statically-linked btrfs command from btrfs-progs")
(description "This package provides statically-linked command of btrfs taken (description "This package provides the statically-linked @command{btrfs}
from the btrfsprogs package. It is meant to be used in initrds.") from the btrfs-progs package. It is meant to be used in initrds.")
(license (package-license btrfs-progs)))) (license (package-license btrfs-progs))))
(define-public freefall (define-public freefall