Skip to content
Snippets Groups Projects
Commit 858e90fe authored by Russell Bryant's avatar Russell Bryant
Browse files

make ouput a little bit more informative

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6802 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent d499a85f
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment