Changeset 3d1481f
- Timestamp:
- 2010-04-13T22:25:40Z (15 years ago)
- Branches:
- master
- Children:
- 542e44a
- Parents:
- 40bc82d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
conf.c
r40bc82d r3d1481f 79 79 } 80 80 81 while( argc > 0 && ( opt = getopt( argc, argv, "i:p:P:nvIDFc:d:hR:u: " ) ) >= 0 )81 while( argc > 0 && ( opt = getopt( argc, argv, "i:p:P:nvIDFc:d:hR:u:V" ) ) >= 0 ) 82 82 /* ^^^^ Just to make sure we skip this step from the REHASH handler. */ 83 83 { … … 145 145 " -d Specify alternative user configuration directory\n" 146 146 " -x Command-line interface to password encryption/hashing\n" 147 " -h Show this help page.\n" ); 147 " -h Show this help page.\n" 148 " -V Show version info.\n" ); 149 return NULL; 150 } 151 else if( opt == 'V' ) 152 { 153 printf( "BitlBee %s\nAPI version %06x\n", 154 BITLBEE_VERSION, BITLBEE_VERSION_CODE ); 148 155 return NULL; 149 156 }
Note: See TracChangeset
for help on using the changeset viewer.