1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net/qadsl/files/patch-func.c
Will Andrews e1796893ad Add qadsl 1.2, an auto login/Keep-alive for Telia AB ADSL and COMHEM
Cable internet.

PR:		33710
Submitted by:	Arne Lundberg <arlu@telia.com>
2002-06-27 11:44:20 +00:00

18 lines
652 B
C

*** func.c.orig Thu Dec 13 21:45:53 2001
--- func.c Thu Dec 13 21:47:55 2001
***************
*** 48,53 ****
void usage(char *argv) {
printf("Usage: %s [ -h ] [ -c file ] [ -l ] [ -o ]\n", argv);
! printf("\t-h\t\tPrint this message\n\t-c file\t\tUse settings from file instead of /etc/qadsl.conf\n\t"
"-l\t\tWill try to login\n\t-o\t\tWill try to logout\n");
}
--- 48,53 ----
void usage(char *argv) {
printf("Usage: %s [ -h ] [ -c file ] [ -l ] [ -o ]\n", argv);
! printf("\t-h\t\tPrint this message\n\t-c file\t\tUse settings from file instead of " CONF "\n\t"
"-l\t\tWill try to login\n\t-o\t\tWill try to logout\n");
}