Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
liboggz
Commits
84baed47
Commit
84baed47
authored
May 10, 2009
by
conrad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alphabetize tool names in help output and bash completion
parent
a43d4011
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
bash-completion/oggz
bash-completion/oggz
+1
-1
src/tools/oggz.c
src/tools/oggz.c
+2
-6
No files found.
bash-completion/oggz
View file @
84baed47
...
...
@@ -30,7 +30,7 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
OGGZ_COMMANDS="chop comment diff dump help info known-codecs merge rip scan sort validate
codecs
"
OGGZ_COMMANDS="chop
codecs
comment diff dump help info known-codecs merge rip scan sort validate"
__oggzcomp ()
{
...
...
src/tools/oggz.c
View file @
84baed47
...
...
@@ -54,20 +54,16 @@ usage (char * progname)
printf
(
" help Display help for a specific subcommand (eg.
\"
oggz help chop
\"
)
\n
"
);
printf
(
"
\n
Reporting:
\n
"
);
printf
(
" codecs Display the list of codecs found in one or more files and
\n
"
" their bitstreams.
\n
"
);
printf
(
" diff Hexdump the packets of two Ogg files and output differences.
\n
"
);
printf
(
" dump Hexdump packets of an Ogg file, or revert an Ogg file from
\n
"
" such a hexdump.
\n
"
);
printf
(
" info Display information about one or more Ogg files and their
\n
"
" bitstreams.
\n
"
);
printf
(
" scan Scan an Ogg file and output characteristic landmarks.
\n
"
);
printf
(
" validate Validate the Ogg framing of one or more files.
\n
"
);
printf
(
" codecs Display the list of codecs found in one or more files and
\n
"
" their bitstreams.
\n
"
);
printf
(
"
\n
Extraction:
\n
"
);
printf
(
" rip Extract one or more logical bitstreams from an Ogg file.
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment