Changeset f417630 for owl.c


Ignore:
Timestamp:
Dec 26, 2011, 8:47:15 PM (13 years ago)
Author:
Kevin Riggle <kevinr@free-dissociation.com>
Children:
533b3a4
Parents:
ef4074b
git-author:
Kevin Riggle <kevinr@free-dissociation.com> (12/26/11 17:35:51)
git-committer:
Kevin Riggle <kevinr@free-dissociation.com> (12/26/11 20:47:15)
Message:
rename default config file to .owl/init.pl

motivations: to make clear that the config file is a perl script, which
runs before and is neither shadowed nor superceded by .owl/startup.

fix doc wording per andersk

more doc fixes from andersk

clean up the else-case logic, per andersk
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    r3b17b57 rf417630  
    4141  fprintf(stderr, "  -v,--version        print the Barnowl version number and exit\n");
    4242  fprintf(stderr, "  -h,--help           print this help message\n");
    43   fprintf(stderr, "  -c,--config-file    specify an alternate config file\n");
    4443  fprintf(stderr, "  -s,--config-dir     specify an alternate config dir (default ~/.owl)\n");
     44  fprintf(stderr, "  -c,--config-file    specify an alternate config file (default ~/.owl/init.pl)\n");
    4545  fprintf(stderr, "  -t,--tty            set the tty name\n");
    4646}
Note: See TracChangeset for help on using the changeset viewer.