- Timestamp:
- Jul 9, 2011, 3:59:13 PM (13 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
help.c
rca54fd6 ra16d7e5 70 70 " w Open a URL in the current message\n" 71 71 " C-l Refresh the screen\n" 72 " C-z Suspend Owl\n"72 " C-z Suspend BarnOwl\n" 73 73 " h Print this help message\n" 74 74 " : , M-x Enter command mode\n" … … 84 84 owl_fmtext_append_normal 85 85 (&fm, 86 " quit, exit Exit owl\n"86 " quit, exit Exit BarnOwl\n" 87 87 " 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" 89 89 "\n" 90 90 " zwrite Send a zephyr\n" … … 102 102 " set Set a variable (see list below)\n" 103 103 " 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" 106 106 "\n" 107 107 " getsubs Print a list of current subscriptions\n" … … 122 122 " dump Dump messagelist as text to a file\n" 123 123 "\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" 127 127 "\n"); 128 128
Note: See TracChangeset
for help on using the changeset viewer.