You've already forked fuse-utils
mirror of
https://git.code.sf.net/p/fuse-emulator/fuse-utils
synced 2025-08-06 02:35:52 +03:00
Add help text for rate option.
Legacy-ID: 3615
This commit is contained in:
@@ -236,3 +236,4 @@
|
|||||||
20080512 tapeconv.c,man/tapeconv.1: add options for updating archive info
|
20080512 tapeconv.c,man/tapeconv.1: add options for updating archive info
|
||||||
blocks, embedding loading screen and cassette inlays during
|
blocks, embedding loading screen and cassette inlays during
|
||||||
conversion (Fred).
|
conversion (Fred).
|
||||||
|
20080512 tape2wav.c: add help text for rate option (Fred).
|
||||||
|
@@ -67,7 +67,7 @@ main( int argc, char **argv )
|
|||||||
|
|
||||||
if( argc < 2 ) {
|
if( argc < 2 ) {
|
||||||
fprintf( stderr,
|
fprintf( stderr,
|
||||||
"%s: usage: %s <infile> <outfile>\n",
|
"%s: usage: %s [-r rate] <infile> <outfile>\n",
|
||||||
progname,
|
progname,
|
||||||
progname );
|
progname );
|
||||||
return 1;
|
return 1;
|
||||||
|
Reference in New Issue
Block a user