1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +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

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