Skip to content

Commit 7910444

Browse files
committed
Corrected help text for --skip-wkd
1 parent 437261e commit 7910444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archinstall/lib/args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def _define_arguments(self) -> ArgumentParser:
323323
parser.add_argument(
324324
"--skip-wkd",
325325
action="store_true",
326-
help="Disables NTP checks during installation",
326+
help="Disables checking if archlinux keyring wkd sync is complete.",
327327
default=False,
328328
)
329329
parser.add_argument(

0 commit comments

Comments
 (0)