1
1
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:
Chris Murphy 2020-02-09 23:54:12 -07:00 committed by Yu Watanabe
parent a0be538616
commit d900701eea

View File

@ -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" :