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

[Git][lintian/lintian][master] Fix inconsistencies in documentation of lintian-explain-tags



Title: GitLab

Axel Beckert pushed to branch master at lintian / lintian

Commits:

  • b5146d82
    by Edu Gómez Escandell at 2024-05-06T01:20:20+00:00
    Fix inconsistencies in documentation of lintian-explain-tags
    

2 changed files:

Changes:

  • bin/lintian-explain-tags
    ... ... @@ -151,7 +151,7 @@ Usage: $NEW_PROGRAM_NAME [log-file...] ...
    151 151
     
    
    152 152
     Options:
    
    153 153
         -l, --list-tags    list all tags Lintian knows about
    
    154
    -    -t, --tag, --tags  display tag descriptions
    
    154
    +    -t, --tag, --tags  this option has no effect.
    
    155 155
         --include-dir DIR  check for Lintian data in DIR
    
    156 156
         --profile X        use vendor profile X to determine severities
    
    157 157
         --output-width NUM set output width instead of probing terminal
    

  • man/lintian-explain-tags.pod
    ... ... @@ -26,7 +26,7 @@ lintian-explain-tags - offer more information about Lintian's tags
    26 26
     
    
    27 27
     =head1 SYNOPSIS
    
    28 28
     
    
    29
    -B<lintian-explain-tags> B<--tags> I<tag> ...
    
    29
    +B<lintian-explain-tags> I<tag> ...
    
    30 30
     
    
    31 31
     =head1 DESCRIPTION
    
    32 32
     
    


  • Reply to: