From 96f5b4ae887a7e98360d3c613d846cb2f3e25c8f Mon Sep 17 00:00:00 2001 From: conrad Date: Wed, 9 Jul 2008 14:12:36 +0000 Subject: [PATCH] add known-codecs to oggz commands list, +formatting git-svn-id: http://svn.annodex.net/liboggz/trunk@3637 8158c8cd-e7e1-0310-9fa4-c5954c97daef --- src/tools/oggz.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/tools/oggz.c b/src/tools/oggz.c index 64dfa4b..9139176 100644 --- a/src/tools/oggz.c +++ b/src/tools/oggz.c @@ -66,10 +66,10 @@ usage (char * progname) printf (" validate Validate the Ogg framing of one or more files.\n"); - printf ("\nExtraction\n"); + printf ("\nExtraction:\n"); printf (" rip Extract one or more logical bitstreams from an Ogg file.\n"); - printf ("\nEditing\n"); + printf ("\nEditing:\n"); printf (" chop Extract the part of an Ogg file between given start and/or\n" " end times.\n"); printf (" comment List or edit comments in an Ogg file.\n"); @@ -77,10 +77,8 @@ usage (char * progname) " presentation time.\n"); printf (" sort Sort the pages of an Ogg file in order of presentation time.\n"); -/* - printf ("Miscellaneous\n"); + printf ("Miscellaneous:\n"); printf (" known-codecs List codecs known by this version of oggz\n"); -*/ printf ("\n"); printf ("Please report bugs to \n"); -- GitLab