mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-11 17:33:37 +00:00
small changes in documentation
This commit is contained in:
parent
16865b2c57
commit
97e87fcae2
11 changed files with 140 additions and 128 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# -*- coding: cp1252 -*-
|
||||
|
||||
"""
|
||||
Shows the Header in Shell if quiet Mode is not active
|
||||
Shows the header in shell if quiet mode is not active
|
||||
|
||||
@author: Bastian Schroll
|
||||
@author: Jens Herrmann
|
||||
|
|
@ -12,13 +12,13 @@ Shows the Header in Shell if quiet Mode is not active
|
|||
|
||||
def printHeader(args):
|
||||
"""
|
||||
Prints the Header to the Shell
|
||||
Prints the header to the shell
|
||||
|
||||
@type args: Array
|
||||
@param args: All given Arguments from argsparser
|
||||
@param args: All given arguments from argsparser
|
||||
|
||||
@return: nothing
|
||||
@exception: Exception if display of the Shell Header failed
|
||||
@exception: Exception if display of the shell header failed
|
||||
"""
|
||||
try:
|
||||
print " ____ ____ ______ __ __ __ "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue