all: remove internal URLs

This commit is contained in:
Thomas Schoebel-Theuer 2013-08-02 11:45:21 +02:00
parent 820708e712
commit 94e1ac2ad0
3 changed files with 1 additions and 8 deletions

View File

@ -62,7 +62,6 @@ sub display_help {
print "Usage monitoring : mars-status --monitor\n";
print "Usage monitoring drbd-linke : mars-status --cstate (or --dstate or --role)\n";
print "Usage full, include debug : mars-status --system --history --debug\n\n";
print "Advanced information are also available here: http://http://wiki.intranet.1and1.com/ ->ProjektTEC1603 ->TECITO.1735 -> MARS\n";
exit;
}

View File

@ -92,9 +92,5 @@ Indicator to use for monitoring.
.SH NOTES
Advanced information are also available here: http://http://wiki.intranet.1and1.com/ ->ProjektTEC1603 ->TECITO.1735 -> MARS
.SH BUGS
Problems and errors in the program are not known ;)
Problems and errors in the program are not known ;)

View File

@ -1603,8 +1603,6 @@ marsadm [<global_option>] <command> [<resource>] [<option>]
<resource> = name of resource or \"all\" for all resources
<option> = special by command
Advanced information are also available here: http://http://wiki.intranet.1and1.com/bin/view/PO/ProjektTEC1603
\n";
exit 0;
}