|
|
|
@ -97,7 +97,7 @@ function nonRootExit { |
|
|
|
|
|
|
|
|
|
|
|
# Printing help |
|
|
|
# Printing help |
|
|
|
function printHelp { |
|
|
|
function printHelp { |
|
|
|
echo -e "State Snap 0.3"; HL |
|
|
|
echo -e "$GREEN State Snap 0.4$RST"; HL |
|
|
|
echo -e "Use: $0 [PARAMETRS]...\n" |
|
|
|
echo -e "Use: $0 [PARAMETRS]...\n" |
|
|
|
printf " $GREEN%-6s$RST %s\n" "snap" "- Make server status snapshot" |
|
|
|
printf " $GREEN%-6s$RST %s\n" "snap" "- Make server status snapshot" |
|
|
|
printf " $GREEN%-6s$RST %s\n" "diff" "- Make a diff comparison against latest snapshot" |
|
|
|
printf " $GREEN%-6s$RST %s\n" "diff" "- Make a diff comparison against latest snapshot" |
|
|
|
|