Skip to content

Commit 1acb594

Browse files
committed
wrap lines
1 parent 1a6ad78 commit 1acb594

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Lib/uuid.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -942,9 +942,12 @@ 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="uuid3/uuid5 only: a UUID, or a well-known predefined UUID addressed by namespace name)")
945+
help="uuid3/uuid5 only: "
946+
"a UUID, or a well-known predefined UUID addressed "
947+
"by namespace name)")
946948
parser.add_argument("-N", "--name",
947-
help="uuid3/uuid5 only: name used as part of generating the UUID")
949+
help="uuid3/uuid5 only: "
950+
"name used as part of generating the UUID")
948951
parser.add_argument("-C", "--count", metavar="NUM", type=int, default=1,
949952
help="generate NUM fresh UUIDs")
950953

0 commit comments

Comments
 (0)