projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d499a85
)
make ouput a little bit more informative
author
Russell Bryant
<russell@russellbryant.com>
Sun, 16 Oct 2005 23:01:14 +0000
(23:01 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Sun, 16 Oct 2005 23:01:14 +0000
(23:01 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6802
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
utils/streamplayer.c
patch
|
blob
|
history
diff --git
a/utils/streamplayer.c
b/utils/streamplayer.c
index
0f34afa
..
b11fc39
100755
(executable)
--- a/
utils/streamplayer.c
+++ b/
utils/streamplayer.c
@@
-48,6
+48,9
@@
int main(int argc, char *argv[])
struct timeval tv;
if (argc != 3) {
+ fprintf(stderr, "streamplayer -- A utility for reading from a stream.\n");
+ fprintf(stderr, "Written for use with Asterisk (http://www.asterisk.org)\n");
+ fprintf(stderr, "Copyright (C) 2005 -- Russell Bryant -- Digium, Inc.\n\n");
fprintf(stderr, "Usage: ./streamplayer <ip> <port>\n");
exit(1);
}