Changeset 8fcd3e7
- Timestamp:
- Oct 15, 2014, 2:00:47 AM (10 years ago)
- Branches:
- master, release-1.10
- Children:
- 736835d
- Parents:
- 5f3f1e4
- git-author:
- Jason Gross <jgross@mit.edu> (10/15/14 00:42:21)
- git-committer:
- Jason Gross <jgross@mit.edu> (10/15/14 02:00:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
rca1fb26a r8fcd3e7 548 548 "optional color arguments are used they specifies the colors that\n" 549 549 "messages matching this filter should be displayed in.\n\n" 550 "SEE ALSO: view, viewclass, viewuser\n"),550 "SEE ALSO: smartfilter, smartnarrow, view, viewclass, viewuser\n"), 551 551 552 552 OWLCMD_ARGS("colorview", owl_command_colorview, OWL_CTX_INTERACTIVE, … … 585 585 "filter expression that will be dynamically created by BarnOwl and then\n" 586 586 "applied as the view's filter\n" 587 "SEE ALSO: filter, viewclass, viewuser\n"),587 "SEE ALSO: filter, smartfilter, smartnarrow, viewclass, viewuser\n"), 588 588 589 589 OWLCMD_ARGS("smartnarrow", owl_command_smartnarrow, OWL_CTX_INTERACTIVE, … … 599 599 " then narrow to the class and instance.\n" 600 600 "If '-r' or '--related' is specified, behave as though the\n" 601 " 'narrow-related' variable was inverted."), 601 " 'narrow-related' variable was inverted.\n\n" 602 "SEE ALSO: filter, smartfilter, view, viewclass, viewuser\n"), 602 603 603 604 OWLCMD_ARGS("smartfilter", owl_command_smartfilter, OWL_CTX_INTERACTIVE, … … 610 611 "If the curmsg is a class message, the filter is that class.\n" 611 612 "If the curmsg is a class message and '-i' is specified\n" 612 " the filter is to that class and instance.\n"), 613 " the filter is to that class and instance.\n\n" 614 "SEE ALSO: filter, smartnarrow, view, viewclass, viewuser\n"), 613 615 614 616 OWLCMD_ARGS("viewclass", owl_command_viewclass, OWL_CTX_INTERACTIVE, … … 618 620 "matching the specified class and switch the current view\n" 619 621 "to it.\n\n" 620 "SEE ALSO: filter, view, viewuser\n"),622 "SEE ALSO: filter, smartfilter, smartnarrow, view, viewuser\n"), 621 623 OWLCMD_ALIAS("vc", "viewclass"), 622 624 … … 627 629 "matching the specified user and switch the current\n" 628 630 "view to it.\n\n" 629 "SEE ALSO: filter, view, viewclass\n"),631 "SEE ALSO: filter, smartfilter, smartnarrow, view, viewclass\n"), 630 632 OWLCMD_ALIAS("vu", "viewuser"), 631 633 OWLCMD_ALIAS("viewperson", "viewuser"),
Note: See TracChangeset
for help on using the changeset viewer.