Skip to content

Commit

Permalink
Use plural Credentials= in config files
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer committed Jan 24, 2023
1 parent ecd4504 commit 14de5d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mkosi.md
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ a machine ID.
in scripted environments where the `qemu` and `ssh` verbs are used in a quick
succession and the virtual device might not get enough time to configure itself.

`Credential=`, `--credential`
`Credentials=`, `--credential`

: Set credentials to be passed to systemd-nspawn or qemu respectively when
`mkosi shell/boot` or `mkosi qemu` are used. This option takes a space separated
Expand Down
1 change: 1 addition & 0 deletions mkosi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1498,6 +1498,7 @@ class ArgumentParserMkosi(argparse.ArgumentParser):
"MachineID": "--machine-id",
"SignExpectedPCR": "--sign-expected-pcr",
"RepositoryDirectories": "--repository-directory",
"Credentials": "--credential",
}

def __init__(self, *kargs: Any, **kwargs: Any) -> None:
Expand Down

0 comments on commit 14de5d9

Please sign in to comment.