mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
installer: Fix docstring.
* gnu/installer/parted.scm (create-fat32-file-system): Fix docstring.
This commit is contained in:
parent
628d09ae53
commit
b7488b321d
1 changed files with 1 additions and 1 deletions
|
@ -1061,7 +1061,7 @@ (define (create-fat16-file-system partition)
|
|||
(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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue