Lines Matching refs:action
35 …ment("-D", "--defaults", help="print or change default useradd configuration", action="store_true")
42 …no-log-init", help="do not add the user to the lastlog and faillog databases", action="store_true")
43 …parser.add_argument("-m", "--create-home", help="create the user's home directory", action="store_…
44 …me", dest="create_home", help="do not create the user's home directory", action="store_const", con…
45 …ser_group", help="do not create a group with the same name as the user", action="store_const", con…
46 … "--non-unique", help="allow to create users with duplicate (non-unique UID)", action="store_true")
49 parser.add_argument("-r", "--system", help="create a system account", action="store_true")
52 …", "--user-group", help="create a group with the same name as the user", action="store_const", con…
60 …sfully if the group already exists, and cancel -g if the GID is already used", action="store_true")
63 …"--non-unique", help="allow to create groups with duplicate (non-unique) GID", action="store_true")
66 parser.add_argument("-r", "--system", help="create a system account", action="store_true")