src/eric7/eric7_doc.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9482
a2bc06a54d9d
child 9624
b47dfa7a137d
equal deleted inserted replaced
9575:635b6c5a36e1 9576:be9f8e7e42e0
39 It prints a reference of all commandline parameters that may 39 It prints a reference of all commandline parameters that may
40 be used and ends the application. 40 be used and ends the application.
41 """ 41 """
42 print("eric7_doc") 42 print("eric7_doc")
43 print() 43 print()
44 print("Copyright (c) 2003 - 2022 Detlev Offenbach" " <detlev@die-offenbachs.de>.") 44 print("Copyright (c) 2003 - 2022 Detlev Offenbach <detlev@die-offenbachs.de>.")
45 print() 45 print()
46 print("Usage:") 46 print("Usage:")
47 print() 47 print()
48 print(" eric7_doc [options] files...") 48 print(" eric7_doc [options] files...")
49 print() 49 print()
94 print(" --l2header-background-color=color") 94 print(" --l2header-background-color=color")
95 print(" Specify the text background color of level 2 headers.") 95 print(" Specify the text background color of level 2 headers.")
96 print(" --cfheader-color=color") 96 print(" --cfheader-color=color")
97 print(" Specify the text color of class and function headers.") 97 print(" Specify the text color of class and function headers.")
98 print(" --cfheader-background-color=color") 98 print(" --cfheader-background-color=color")
99 print(" Specify the text background color of class and" " function headers.") 99 print(" Specify the text background color of class and function headers.")
100 print(" --link-color=color") 100 print(" --link-color=color")
101 print(" Specify the text color of hyperlinks.") 101 print(" Specify the text color of hyperlinks.")
102 print() 102 print()
103 print(" --create-qhp") 103 print(" --create-qhp")
104 print(" Enable generation of QtHelp files.") 104 print(" Enable generation of QtHelp files.")

eric ide

mercurial