fix up formatting
authorTom Clegg <tom@clinicalfuture.com>
Fri, 14 Jun 2013 20:38:53 +0000 (16:38 -0400)
committerTom Clegg <tom@clinicalfuture.com>
Fri, 14 Jun 2013 20:38:53 +0000 (16:38 -0400)
doc/user/sdk-cli.textile

index ffc8bc24ccfd7622d725ec5070787d2dd5f10854..df34cbf6339c4d8f5f16da381780c5c36c8f2557 100644 (file)
@@ -18,15 +18,11 @@ h3. First...
 
 Set the @ARVADOS_API_HOST@ environment variable.
 
-<pre>
-export ARVADOS_API_HOST=xyzzy.arvadosapi.com
-</pre>
+@export ARVADOS_API_HOST=xyzzy.arvadosapi.com@
 
 Log in to Workbench and get an API token for your account. Set the @ARVADOS_API_TOKEN@ environment variable.
 
-<code>
-export ARVADOS_API_TOKEN=c0vdbi8wp7f703lbthyadlvmaivgldxssy3l32isslmax93k9
-</code>
+@export ARVADOS_API_TOKEN=c0vdbi8wp7f703lbthyadlvmaivgldxssy3l32isslmax93k9@
 
 h3. Usage