mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 21:51:33 +00:00
Merge pull request #9396 from a-ba/fix-docs-update
fixed regression in docs-update.py
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ def update_man_pages():
|
||||
help_string = e.output
|
||||
|
||||
last_key = ""
|
||||
for l in str(help).split("\n"):
|
||||
for l in str(help_string).split("\n"):
|
||||
l = l.rstrip()
|
||||
if l != "":
|
||||
match = re.match("Usage: docker {}(.*)".format(command), l)
|
||||
|
||||
Reference in New Issue
Block a user