man2rst.py: Add purpose of the script
This commit is contained in:
parent
6ccae48f7c
commit
98fd6019cf
|
@ -1,5 +1,9 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# This script reads man page from stdin and converts it to rst
|
||||
# document and outputs to stdout.
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import sys
|
||||
import re
|
||||
|
|
Loading…
Reference in New Issue