updated readme formatting

This commit is contained in:
2014-04-08 10:11:02 +02:00
parent 76c40ccf28
commit dcd394b586
+3 -2
View File
@@ -13,12 +13,13 @@ The FDA server is started as follows:
usage: fda
-h Help
-p <arg> Server port (default: 8080)
-s <arg> Server address (default: x07mb-cons-1)
-s <arg> Server address (default: localhost)
```
Start new scan:
```
curl -X PUT -d @scan1d.xml -H 'Content-Type:application/xml' http://emac:8080/fda/scan
curl -X PUT -d @scan1d.xml -H 'Content-Type:application/xml' http://localhost:8080/fda/scan
```
## Viewer