Changeset a16d7e5 for help.c


Ignore:
Timestamp:
Jul 9, 2011, 3:59:13 PM (13 years ago)
Author:
Jason Gross <jgross@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
7feba19, 2367f1c, c76a12a
Parents:
7756dde
git-author:
Jason Gross <jgross@mit.edu> (07/08/11 04:15:08)
git-committer:
Jason Gross <jgross@mit.edu> (07/09/11 15:59:13)
Message:
Replaced 'Owl' with 'BarnOwl' in user visible places

Updated :show license to match COPYING
File:
1 edited

Legend:

Unmodified
Added
Removed
  • help.c

    rca54fd6 ra16d7e5  
    7070     "    w             Open a URL in the current message\n"
    7171     "    C-l           Refresh the screen\n"
    72      "    C-z           Suspend Owl\n"
     72     "    C-z           Suspend BarnOwl\n"
    7373     "    h             Print this help message\n"
    7474     "    : , M-x       Enter command mode\n"
     
    8484  owl_fmtext_append_normal
    8585    (&fm,
    86      "    quit, exit    Exit owl\n"
     86     "    quit, exit    Exit BarnOwl\n"
    8787     "    help          Get help about commands\n"
    88      "    show          Show information about owl (see detailed help)\n"
     88     "    show          Show information about BarnOwl (see detailed help)\n"
    8989     "\n"
    9090     "    zwrite        Send a zephyr\n"
     
    102102     "    set           Set a variable (see list below)\n"
    103103     "    print         Print a variable's value (variables listed below)\n"
    104      "    startup       Set a command to be run at every Owl startup\n"
    105      "    unstartup     Remove a command to be run at every Owl startup\n"
     104     "    startup       Set a command to be run at every BarnOwl startup\n"
     105     "    unstartup     Remove a command to be run at every BarnOwl startup\n"
    106106     "\n"
    107107     "    getsubs       Print a list of current subscriptions\n"
     
    122122     "    dump          Dump messagelist as text to a file\n"
    123123     "\n"
    124      "    about         Print information about owl\n"
    125      "    status        Print status information about the running owl\n"
    126      "    version       Print the version number of owl\n"
     124     "    about         Print information about BarnOwl\n"
     125     "    status        Print status information about the running BarnOwl\n"
     126     "    version       Print the version number of BarnOwl\n"
    127127     "\n");
    128128 
Note: See TracChangeset for help on using the changeset viewer.