Skip to content

Commit 1a6ad78

Browse files
committed
namespace
1 parent e7c214f commit 1a6ad78

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Lib/uuid.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -942,11 +942,9 @@ def main():
942942
parser.add_argument("-u", "--uuid", choices=uuid_funcs.keys(), default="uuid4",
943943
help="function to generate the UUID")
944944
parser.add_argument("-n", "--namespace", choices=["any UUID", *namespaces.keys()],
945-
help="a UUID, or a well-known predefined UUID addressed by namespace name "
946-
"(only required for uuid3/uuid5)")
945+
help="uuid3/uuid5 only: a UUID, or a well-known predefined UUID addressed by namespace name)")
947946
parser.add_argument("-N", "--name",
948-
help="name used as part of generating the UUID "
949-
"(only required for uuid3/uuid5)")
947+
help="uuid3/uuid5 only: name used as part of generating the UUID")
950948
parser.add_argument("-C", "--count", metavar="NUM", type=int, default=1,
951949
help="generate NUM fresh UUIDs")
952950

0 commit comments

Comments
 (0)