File: s3gdump.pod

package info (click to toggle)
gpx 2.5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,416 kB
  • sloc: ansic: 10,210; sh: 4,148; python: 434; makefile: 118
file content (32 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
=pod

=head1 NAME

s3gdump -- s3g decompiler

=head1 SYNOPSIS

=over

=item s3gsump [F<-h>] [F<FILE>]

=back

=head1 DESCRIPTION

=over

Dump the contents of the .s3g specified in F<FILE> to STDOUT in plain-text. If
F<FILE> is not provided, then the s3g is read from STDIN instead.

=back

=over

=item B<-?>, B<-h>

Shows help message

=back

=cut