diff -r dac33c7fce07 -r e3642a6a1e71 eric7/eric7_api.py --- a/eric7/eric7_api.py Sat May 15 19:01:16 2021 +0200 +++ b/eric7/eric7_api.py Sat May 15 20:08:03 2021 +0200 @@ -33,14 +33,14 @@ It prints a reference of all commandline parameters that may be used and ends the application. """ - print("eric6_api") + print("eric7_api") print() print("Copyright (c) 2004 - 2021 Detlev Offenbach" " <detlev@die-offenbachs.de>.") print() print("Usage:") print() - print(" eric6_api [options] files...") + print(" eric7_api [options] files...") print() print("where files can be either python modules, package") print("directories or ordinary directories.") @@ -92,7 +92,7 @@ Function to show the version information. """ print( - """eric6_api {0}\n""" + """eric7_api {0}\n""" """\n""" """eric API generator.\n""" """\n""" @@ -123,7 +123,7 @@ except getopt.error: usage() - excludeDirs = [".svn", ".hg", ".git", ".ropeproject", ".eric6project", + excludeDirs = [".svn", ".hg", ".git", ".ropeproject", ".eric7project", "dist", "build", "doc", "docs"] excludePatterns = [] outputFileName = ""