Browse code

Update standard input instructions.

Per https://github.com/jrfonseca/xdot.py/issues/60#issuecomment-443472056

Jose Fonseca authored on 02/12/2018 10:26:00
Showing 1 changed files

... ...
@@ -85,8 +85,8 @@ When running _xdot.py_ from its source tree, you can run it by first setting `PY
85 85
 
86 86
 You can also pass the following options:
87 87
 
88
-    Usage: 
89
-    	xdot.py [file]
88
+    Usage:
89
+    	xdot.py [file|-]
90 90
     
91 91
     Options:
92 92
       -h, --help            show this help message and exit
... ...
@@ -109,7 +109,7 @@ You can also pass the following options:
109 109
       Ctrl-drag                 zoom in/out
110 110
       Shift-drag                zooms an area
111 111
 
112
-If no input file is given then it will read the dot graph from the standard input.
112
+If `-` is given as input file then _xdot.py_ will read the dot graph from the standard input.
113 113
 
114 114
 Embedding
115 115
 ---------