1
0
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:
Fredrick Meunier
2008-05-12 12:25:14 +00:00
parent 751cf6b981
commit e08d77d89e
2 changed files with 2 additions and 1 deletions

View File

@@ -236,3 +236,4 @@
20080512 tapeconv.c,man/tapeconv.1: add options for updating archive info
blocks, embedding loading screen and cassette inlays during
conversion (Fred).
20080512 tape2wav.c: add help text for rate option (Fred).

View File

@@ -67,7 +67,7 @@ main( int argc, char **argv )
if( argc < 2 ) {
fprintf( stderr,
"%s: usage: %s <infile> <outfile>\n",
"%s: usage: %s [-r rate] <infile> <outfile>\n",
progname,
progname );
return 1;