diff options
Diffstat (limited to 'x2p/s2p.PL')
-rw-r--r-- | x2p/s2p.PL | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x2p/s2p.PL b/x2p/s2p.PL index a24a2e2fe8..69d0c04c27 100644 --- a/x2p/s2p.PL +++ b/x2p/s2p.PL @@ -54,12 +54,14 @@ use Symbol; =head1 NAME -sed - a stream editor +psed - a stream editor =head1 SYNOPSIS - sed [-an] script [file ...] - sed [-an] [-e script] [-f script-file] [file ...] + psed [-an] script [file ...] + psed [-an] [-e script] [-f script-file] [file ...] + + s2p [-an] [-e script] [-f script-file] =head1 DESCRIPTION |