bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Warning message for multiple --file=xxx option.


From: Shigio YAMAGUCHI
Subject: Warning message for multiple --file=xxx option.
Date: Sun, 28 Aug 2005 20:53:53 +0900

In current CVS version, multiple --file=xxx option for gtags brings
the following warning message:

% gtags --file=o --file=o
Warning: -f(--file) option specified more than once, last value used.

Since adopting last specification is ordinary in UNIX system, I don't
agree such warning message. It is annoying rather than convenience.
For example, using history function of tcsh, we can use the following
command lines:

% gtags --file=a -c             # Let's make tag files using file 'a'.
% !! --file=b                   # Woops! It was mistaken! Again using 'b'.
gtags --file=a -c --file=b
% _

Even if it is necessary, the message should be displayed only when
the -w option is specified, I think.
--
Shigio YAMAGUCHI <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]