blob: 4600c7b04d597d756a5bdb6709709ef29e6b7855 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
*** 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");
}
|