mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
make ouput a little bit more informative
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6802 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user