Normalize flag style

This commit is contained in:
2026-05-29 22:43:06 +09:00
parent 3448f23e79
commit db2b19f144
+4 -4
View File
@@ -17,7 +17,7 @@ def main():
)
parser.add_argument(
"-p",
"--passwd_file",
"--passwd-file",
type=Path,
help="Path to the passwd file.",
metavar="PATH",
@@ -25,7 +25,7 @@ def main():
)
parser.add_argument(
"-g",
"--group_file",
"--group-file",
type=Path,
help="Path to the group file.",
metavar="PATH",
@@ -33,7 +33,7 @@ def main():
)
parser.add_argument(
"-s",
"--shadow_file",
"--shadow-file",
type=Path,
help="Path to the shadow file.",
metavar="PATH",
@@ -42,7 +42,7 @@ def main():
parser.add_argument(
"-o",
"--output_dir",
"--output-dir",
type=Path,
help="Path to a directory to store json user records.",
metavar="OUTPUT_DIR",