equal
deleted
inserted
replaced
29 printf (" -l\t\tlists the db entries\n"); |
29 printf (" -l\t\tlists the db entries\n"); |
30 printf (" -s\t\tsearches the db entry <key>\n"); |
30 printf (" -s\t\tsearches the db entry <key>\n"); |
31 printf (" -V\t\treorganizes the db\n"); |
31 printf (" -V\t\treorganizes the db\n"); |
32 printf (" -h\t\tprints this help\n"); |
32 printf (" -h\t\tprints this help\n"); |
33 printf (" -?\t\tprints this help\n\n"); |
33 printf (" -?\t\tprints this help\n\n"); |
34 printf ("Report bugs to mbroeker@largo.homelinux.org\n"); |
34 printf ("Report bugs to mbroeker@4customers.de\n"); |
35 exit (0); |
35 exit (0); |
36 } |
36 } |
37 |
37 |
38 #define ADD 1 |
38 #define ADD 1 |
39 #define REPLACE 2 |
39 #define REPLACE 2 |