Skip to content

Commit 6dae06f

Browse files
committed
Adjust docstring in script
1 parent a3eb2ec commit 6dae06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-docs/fix-relative-links.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def replace_relative_links(html):
3232

3333
if __name__ == "__main__":
3434
if len(sys.argv) < 2:
35-
print("Usage: python script.py input.html [output.html]")
35+
print("Usage: python fix-relative-links.py input-dir [output-dir]")
3636
sys.exit(1)
3737

3838
input_dir = sys.argv[1]

0 commit comments

Comments
 (0)