Changeset 413c910 for owl.c


Ignore:
Timestamp:
Jun 25, 2011, 2:15:22 AM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Children:
d9fbfd8
Parents:
8b293ea
git-author:
David Benjamin <davidben@mit.edu> (06/25/11 01:42:31)
git-committer:
David Benjamin <davidben@mit.edu> (06/25/11 02:15:22)
Message:
Consistently use BarnOwl or barnowl

BarnOwl refers to the program, barnowl is the executable and any other
identifiers that are conventionally lowercase.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    r2244836 r413c910  
    8989      break;
    9090    case 'v':
    91       printf("This is barnowl version %s\n", OWL_VERSION_STRING);
     91      printf("This is BarnOwl version %s\n", OWL_VERSION_STRING);
    9292      exit(0);
    9393    case 'h':
     
    584584  owl_function_adminmsg("",
    585585    "-----------------------------------------------------------------------\n"
    586     "Welcome to barnowl version " OWL_VERSION_STRING ".\n"
     586    "Welcome to BarnOwl version " OWL_VERSION_STRING ".\n"
    587587    "To see a quick introduction, type ':show quickstart'.                  \n"
    588588    "Press 'h' for on-line help.                                            \n"
Note: See TracChangeset for help on using the changeset viewer.