development/perl-shtags: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-13 00:54:35 -04:00 committed by Willy Sudiarto Raharjo
parent f3056090d2
commit 97ac3a0027
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 10 additions and 10 deletions

View File

@ -1,17 +1,17 @@
shtags.pl is a script to generate tag files for shell and perl scripts.
USAGE: shtags.pl [-kvwVx] [-t <file>] <files>
-t <file> Name of tags file to create. (default is 'tags')
-s <shell> Name of the shell language in the script
-v Include variable definitions.
(variables mentioned at the start of a line)
-V Print version information.
-w Suppress "duplicate tag" warnings.
-x Explicitly create a new tags file. Normally tags are merged.
<files> List of files to scan for tags.
-t <file> Name of tags file to create. (default is 'tags')
-s <shell> Name of the shell language in the script
-v Include variable definitions.
(variables mentioned at the start of a line)
-V Print version information.
-w Suppress "duplicate tag" warnings.
-x Explicitly create a new tags file. Normally tags are merged.
<files> List of files to scan for tags.
This is an update to the one that comes with vim, modified to use Getopt::Std
rather than the older getopts.pl that came with perl4.
This is an update to the one that comes with vim, modified to use
Getopt::Std rather than the older getopts.pl that came with perl4.
Supported script types: