diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-03-21 14:55:24 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-06-13 17:13:29 +0200 |
commit | 8dc14014ad83952343d2473140103650555d5ea2 (patch) | |
tree | 3a520d9cfaf1b4175d1f1100506a9119a21576e9 /memo-supervisor.txt | |
parent | 3b52373e31ed3bdfe6544f2a5e81d68b111d1767 (diff) |
afs-supervisor: Fix typo
Change-Id: Icc3c15f577f04117cdfaf2bcbcc4d15a99d02138
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'memo-supervisor.txt')
-rw-r--r-- | memo-supervisor.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/memo-supervisor.txt b/memo-supervisor.txt index 9f996b78..13e9d1d2 100644 --- a/memo-supervisor.txt +++ b/memo-supervisor.txt @@ -2,12 +2,12 @@ Run the supervisor on the target for the public IP: --------------------------------------------------- - # afs-supervisor --port 1712 --token HELLO + # afs-supervisor --port 1619 --token HELLO Run the client -------------- - # afb-client-demo -H host:1712/api?token=HELLO + # afb-client-demo -H host:1619/api?token=HELLO verbs that can be run, all are of the API 'supervisor': |