Skip to content

Commit

Permalink
docs: Write about --quiet and notice class message
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed Dec 29, 2014
1 parent a94d910 commit 49840d7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/f-news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -614,3 +614,25 @@ doesn't work with ``-e``.

ctags cannot generate TAGS, etags format output
if ``--<LANG>-xcmd=COMMAND`` is specified.

notice message and --quiet option
---------------------------------------------------------------------
There were 3 classes of message in ctags:

*fatal*

A ciritical error is occured. ctags aborts the execution.

*warning*

An error is occured but ctags continues the execution.

*verbose*

Mainly for debugging prupose.


*notice* is a new class of message. It is less important than warning*
*but more important for users than *verbose*. Generally the user can
*ignore *notice*. With ``--quiet`` option can be used to turn off the
priting the *notice* class messages.

0 comments on commit 49840d7

Please sign in to comment.