Skip to content

Commit f99644b

Browse files
authored
Update stdout printing requirement for file input
Clarify stdout behavior for file name input
1 parent ce175de commit f99644b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_labs/simple-tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ optional arguments:
147147

148148
- The default port must be `8087`, and the default hostname must be `localhost`.
149149

150-
- Your application must print the response to `stdout`. All other class norms must be followed (e.g., print errors to `stderr`, correct return codes, etc.).
150+
- Your application must print the response to `stdout` if `-` is provided as the file name. All other class norms must be followed (e.g., print errors to `stderr`, correct return codes, etc.).
151151

152152
- You must be able to download and display the image the server sends to you.
153153

0 commit comments

Comments
 (0)