mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	asterisk.c: Fix option warning for remote console. (#103)
Commit 09e989f972
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
			
			
This commit is contained in:
		| @@ -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