git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1fc99f3
)
fixed usage
author
kramm
<kramm>
Fri, 6 Feb 2004 19:41:40 +0000
(19:41 +0000)
committer
kramm
<kramm>
Fri, 6 Feb 2004 19:41:40 +0000
(19:41 +0000)
src/wav2swf.c
patch
|
blob
|
history
diff --git
a/src/wav2swf.c
b/src/wav2swf.c
index
dddf766
..
c5744b7
100644
(file)
--- a/
src/wav2swf.c
+++ b/
src/wav2swf.c
@@
-150,7
+150,7
@@
int args_callback_longoption(char*name,char*val)
void args_callback_usage(char *name)
{
printf("\n");
- printf("Usage: %s [-o filename] file.wav\n\n", name);
+ printf("Usage: %s [-o filename] file.wav\n", name);
printf("\n");
printf("-h , --help Print short help message and exit\n");
printf("-V , --version Print version info and exit\n");