Skip to content

Commit

Permalink
Update manpage writing script to not write the title since it's in th…
Browse files Browse the repository at this point in the history
…e wiki page
  • Loading branch information
xchang1 committed Nov 29, 2024
1 parent e5aa032 commit 725c0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/vgmanmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
desc_inf.close()

# start page
print('# vg manpage')
#print('# vg manpage')

# get vg version
ret = subprocess.run(['vg', 'version'], capture_output=True)
Expand Down

1 comment on commit 725c0af

@adamnovak
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for branch docmd. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 17639 seconds

Please sign in to comment.