Opened 11 years ago
Closed 11 years ago
#639 closed defect (duplicate)
nginx -V should output to STDOUT
| Reported by: | Dan Dascalescu | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | nginx-core | Version: | 1.7.x |
| Keywords: | Cc: | ||
| uname -a: | Windows 7 64-bit | ||
| nginx -V: | <blank> ! | ||
Description
nginx -V > version.txt creates a blank file. Turns out I need to run `nginx -V 2> version.txt.
Returning version information isn't an error, so it shouldn't go to STDERR.
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Duplicate of #592.