comparison finch/finch.c @ 16081:306b2f0143f8

This is called Finch
author Richard Nelson <wabz@pidgin.im>
date Fri, 13 Apr 2007 02:42:53 +0000
parents 66dff3dfdea6
children 634b96915d2e
comparison
equal deleted inserted replaced
16080:ed2e53708b16 16081:306b2f0143f8
318 show_usage(argv[0], FALSE); 318 show_usage(argv[0], FALSE);
319 return 0; 319 return 0;
320 } 320 }
321 /* show version message */ 321 /* show version message */
322 if (opt_version) { 322 if (opt_version) {
323 printf("purple-text %s\n", VERSION); 323 printf("Finch %s\n", VERSION);
324 return 0; 324 return 0;
325 } 325 }
326 326
327 /* set a user-specified config directory */ 327 /* set a user-specified config directory */
328 if (opt_config_dir_arg != NULL) { 328 if (opt_config_dir_arg != NULL) {