mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-04 17:47:03 +03:00
fix typo in object field
# homectl create hack --fs-type=btrfs Unexpected object field 'fileSytemType'.
This commit is contained in:
parent
a0be538616
commit
d900701eea
@ -3275,7 +3275,7 @@ static int parse_argv(int argc, char *argv[]) {
|
||||
|
||||
const char *field =
|
||||
c == ARG_STORAGE ? "storage" :
|
||||
c == ARG_FS_TYPE ? "fileSytemType" :
|
||||
c == ARG_FS_TYPE ? "fileSystemType" :
|
||||
c == ARG_LUKS_CIPHER ? "luksCipher" :
|
||||
c == ARG_LUKS_CIPHER_MODE ? "luksCipherMode" :
|
||||
c == ARG_LUKS_PBKDF_TYPE ? "luksPbkdfType" :
|
||||
|
Loading…
x
Reference in New Issue
Block a user