diff options
author | Eli Zaretskii <eliz@gnu.org> | 2016-01-15 10:54:03 +0200 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-03-21 17:05:55 -0700 |
commit | a1f71da92dbcc90c230df719483527c07303be59 (patch) | |
tree | 13f83b4b317ca286ad845134821b262fe71523e3 /lib-src | |
parent | 1e9a1229b170a4b3b0e0ab4fc228b2281b42ec25 (diff) |
Unhide the --no-line-directive option to 'etags'
* lib-src/etags.c (print_help): Un-undocument the --no-line-directive
option. (Bug#22306)
* doc/man/etags.1: Document the --no-line-directive option.
[This reapplies commit fee0526a189f43e8470d78e8374bd425890fbe6f,
which was inadvertently lost by merge commit
7823745acbe9b87eea2db4ef434e379fc903ec35.]
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/etags.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index a822149739..01e230206a 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -959,8 +959,7 @@ Relative ones are stored relative to the output file's directory.\n"); Do not create tag entries for global variables in some\n\ languages. This makes the tags file smaller."); - if (PRINT_UNDOCUMENTED_OPTIONS_HELP) - puts ("--no-line-directive\n\ + puts ("--no-line-directive\n\ Ignore #line preprocessor directives in C and derived languages."); if (CTAGS) |