diff options
Diffstat (limited to 'gen-doc.bash')
-rwxr-xr-x | gen-doc.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-doc.bash b/gen-doc.bash index 40b58dcc..a4ee095b 100755 --- a/gen-doc.bash +++ b/gen-doc.bash @@ -23,7 +23,7 @@ fi echo "Creating documentation in $out" epydoc -v --html --no-frames --include-log \ - --name="FreeIPA2 developer documentation" \ + --name="FreeIPA v2 developer documentation" \ --docformat=restructuredtext \ --output=$out \ $sources |