mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
e1796893ad
Cable internet. PR: 33710 Submitted by: Arne Lundberg <arlu@telia.com>
18 lines
652 B
C
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");
|
|
}
|