fix application URL
This commit is contained in:
parent
df6e0e6254
commit
2476cbfa1b
1 changed files with 1 additions and 2 deletions
|
|
@ -169,8 +169,7 @@ For full COPYRIGHT see COPYING file with weboob package.
|
|||
footer += '\n\n "~/.weboob/%s"' % app.APPNAME
|
||||
|
||||
# Skip internal applications.
|
||||
if not '-' in application.APPNAME:
|
||||
footer += "\n\n.SH SEE ALSO\nHome page: http://weboob.org/%s" % application.APPNAME.capitalize()
|
||||
footer += "\n\n.SH SEE ALSO\nHome page: http://weboob.org/applications/%s" % application.APPNAME
|
||||
|
||||
mantext = u"%s\n%s\n%s\n%s" % (header, name, helptext, footer)
|
||||
with open(os.path.join(BASE_PATH, DEST_DIR, "%s.1" % script_name), 'w+') as manfile:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue