Skip to content

Commit

Permalink
clarify help info for chop
Browse files Browse the repository at this point in the history
darcs-hash:20070601081433-4b390-8414c01d39d2add68d9e5564b28617376429461f.gz
  • Loading branch information
kfish committed Jun 1, 2007
1 parent e849901 commit d622e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/hogg.hs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ subCommands = [
dumpRawPagesSub,
rewritePagesSub,
rewritePacketsSub,
mergePagesSub,
chopSub,
mergePagesSub,
addSkelSub,
countPacketsSub,
countrwPagesSub,
Expand Down Expand Up @@ -374,7 +374,7 @@ rewritePackets = do

chopSub :: SubCommand
chopSub = SubCommand "chop" chopPages
"Editing" "Chop a subrange out"
"Editing" "Extract part of an Ogg file (specify start and/or end time)"

chopPages :: Hot ()
chopPages = do
Expand Down

0 comments on commit d622e2b

Please sign in to comment.