diff options
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 a8221497393..01e230206ac 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) |