mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
asterisk.c: Fix option warning for remote console.
Commit09e989f972
categorized the T option as not being compatible with remote consoles, but they do affect verbose messages with remote console. This fixes this. Resolves: #102 (cherry picked from commitcfae64a70d
)
This commit is contained in:
committed by
Asterisk Development Team
parent
cd2eafe588
commit
ca51a25056
@@ -196,8 +196,7 @@ then move them into the final location when done.
|
||||
.TP
|
||||
\-T
|
||||
Add timestamp to all non-command related output going to the console
|
||||
when running with verbose and/or logging to the console. Can only be
|
||||
used at startup (e.g. not with remote console mode).
|
||||
when running with verbose and/or logging to the console.
|
||||
.TP
|
||||
\-U \fIuser\fR
|
||||
Run as user \fIuser\fR instead of the
|
||||
|
Reference in New Issue
Block a user