mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
installer: Fix docstring.
* gnu/installer/parted.scm (create-fat32-file-system): Fix docstring.
This commit is contained in:
@@ -1061,7 +1061,7 @@ bit bucket."
|
||||
(invoke "mkfs.fat" "-F16" partition)))
|
||||
|
||||
(define (create-fat32-file-system partition)
|
||||
"Create an ext4 file-system for PARTITION file-name."
|
||||
"Create a fat32 file-system for PARTITION file-name."
|
||||
(with-null-output-ports
|
||||
(invoke "mkfs.fat" "-F32" partition)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user