update documentation
This commit is contained in:
@ -25,8 +25,6 @@
|
||||
/* Misc. */
|
||||
/*=======*/
|
||||
|
||||
#define DAV_HOME "http://dav.sourceforge.net"
|
||||
|
||||
/* File system type to be used with 'mount -t' and fstab. */
|
||||
#define DAV_FS_TYPE "davfs"
|
||||
|
||||
|
@ -929,7 +929,7 @@ parse_commandline(int argc, char *argv[])
|
||||
while (o != -1) {
|
||||
switch (o) {
|
||||
case 'V':
|
||||
printf("%s <%s>\n\n", PACKAGE_STRING, DAV_HOME);
|
||||
printf("%s <%s>\n\n", PACKAGE_STRING, PACKAGE_BUGREPORT);
|
||||
printf(_("This is free software; see the source for copying "
|
||||
"conditions. There is NO\n"
|
||||
"warranty; not even for MERCHANTABILITY or FITNESS "
|
||||
|
@ -84,7 +84,7 @@ main(int argc, char *argv[])
|
||||
while (o != -1) {
|
||||
switch (o) {
|
||||
case 'V':
|
||||
printf("%s <%s>\n\n", PACKAGE_STRING, DAV_HOME);
|
||||
printf("%s <%s>\n\n", PACKAGE_STRING, PACKAGE_BUGREPORT);
|
||||
printf(_("This is free software; see the source for copying "
|
||||
"conditions. There is NO\n"
|
||||
"warranty; not even for MERCHANTABILITY or FITNESS "
|
||||
|
Reference in New Issue
Block a user