help2rst.py: Add comment to tell that this is a generated file
This commit is contained in:
parent
6862f66c23
commit
260131966d
|
@ -61,6 +61,8 @@ def help2man(infile):
|
||||||
description.append(line)
|
description.append(line)
|
||||||
|
|
||||||
print '''
|
print '''
|
||||||
|
.. GENERATED by help2rst.py. DO NOT EDIT DIRECTLY.
|
||||||
|
|
||||||
.. program:: {cmdname}
|
.. program:: {cmdname}
|
||||||
|
|
||||||
{cmdname}(1)
|
{cmdname}(1)
|
||||||
|
|
Loading…
Reference in New Issue