Changeset 790ab12


Ignore:
Timestamp:
May 4, 2009, 3:23:59 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
adee9cc
Parents:
de9edab
Message:
Fix the usage line for punt/unpunt

punt and unpunt take the text of a filter, not the name of a
filter. (Arguably there should be a way to do either, but as long as this
is the behavior, we should at least document it correctly).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r8921d3f r790ab12  
    279279  OWLCMD_ARGS("punt", owl_command_punt, OWL_CTX_ANY,
    280280              "suppress an arbitrary filter",
    281               "punt <filter-name>",
     281              "punt <filter-text>",
    282282              "punt <filter-text (multiple words)>\n"
    283283              "The punt command will supress message to the specified\n"
     
    287287  OWLCMD_ARGS("unpunt", owl_command_unpunt, OWL_CTX_ANY,
    288288              "remove an entry from the punt list",
    289               "zpunt <filter-name>\n"
     289              "zpunt <filter-text>\n"
    290290              "zpunt <filter-text>\n"
    291291              "zpunt <number>\n",
Note: See TracChangeset for help on using the changeset viewer.