summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson2020-10-13 06:54:35 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:39:34 +0200
commit97ac3a0027e869438909afef58ec1f6463882a8c (patch)
treed2aba0b3a22af7f9f120e70dedc96a411d9e2fdf /development
parentf3056090d22e6907a9bbe52372f649c97e11b829 (diff)
downloadslackbuilds-97ac3a0027e869438909afef58ec1f6463882a8c.tar.gz
development/perl-shtags: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/perl-shtags/README20
1 files changed, 10 insertions, 10 deletions
diff --git a/development/perl-shtags/README b/development/perl-shtags/README
index 03f2173d64..61c63f5a92 100644
--- a/development/perl-shtags/README
+++ b/development/perl-shtags/README
@@ -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: