1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00

Change default settings information

This commit is contained in:
Afterster 2014-02-10 07:22:32 +01:00
parent 6cdb33ae32
commit f4080da5de
3 changed files with 3 additions and 3 deletions

View file

@ -478,7 +478,7 @@ function usage()
echo "\n-c {CHANNEL ID}\t"; echo "\n-c {CHANNEL ID}\t";
echo T_('Channel id to start'); echo T_('Channel id to start');
echo "\n-p {PORT}\t"; echo "\n-p {PORT}\t";
echo T_('Listening port. Default get an available port automatically'); echo T_('Listening port, default get an available port automatically');
echo "\n-v\t"; echo "\n-v\t";
echo T_('Verbose'); echo T_('Verbose');
echo "\n"; echo "\n";

View file

@ -63,7 +63,7 @@ function usage()
echo T_("Usage: websocket_run.inc [-p {PORT}|-v]"); echo T_("Usage: websocket_run.inc [-p {PORT}|-v]");
echo "\n\t"; echo "\n\t";
echo "\n-p {PORT}\t"; echo "\n-p {PORT}\t";
echo T_('Listening port. Default 8100.'); echo T_('Listening port, default 8100');
echo "\n-v\t"; echo "\n-v\t";
echo T_('Verbose'); echo T_('Verbose');
echo "\n"; echo "\n";

View file

@ -408,7 +408,7 @@ wanted_types = "album,official"
; Web Socket address ; Web Socket address
; Declare the web socket server address ; Declare the web socket server address
; DEFAULT: determined automatically ; DEFAULT: determined automatically
;websocket_address = "ws://localhost:8080" ;websocket_address = "ws://localhost:8100"
; Amazon base urls ; Amazon base urls
; An array of Amazon sites to search. ; An array of Amazon sites to search.