Skip to content

Commit

Permalink
I think everything goes on page 1 of the manpage?
Browse files Browse the repository at this point in the history
  • Loading branch information
xchang1 committed Dec 19, 2024
1 parent 491d32a commit ad1b14e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/vgmanmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
ret = subprocess.run(['vg', 'version'], capture_output=True)
vg_v = ret.stdout.decode().split('\n')[0]

print("% vg() | Variation Graph Toolkit\n\n")
#Metadata
print("% vg(1) | Variation Graph Toolkit\n\n")

#Start with the name
print("NAME")
Expand Down

0 comments on commit ad1b14e

Please sign in to comment.