Merge branch '1600-native-keep-client'
[arvados.git] / doc / user / sdk-cli.textile
index 9b80e7807cdd2a8b772ea81652be5661bc34d93b..145ca4d4780e833d6c9d7c69d63d89bbee31e960 100644 (file)
@@ -1,7 +1,7 @@
 ---
 layout: default
 navsection: userguide
-title: Intro: Command line SDK
+title: "Intro: Command line SDK"
 navorder: 10
 ---
 
@@ -9,8 +9,7 @@ navorder: 10
 
 h1. Command line SDK
 
-If you are logged in to an Arvados VM, the command line SDK should be
-installed. Try:
+If you are logged in to an Arvados VM, the command line SDK should be installed. Try:
 
 @arv --help@
 
@@ -44,7 +43,7 @@ Get entire record for identified user
 @arv -h user get --uuid 6dnxa-tpzed-iimd25zhzh84gbk@
 
 Update user record
-@arv user update --uuid 6dnxa-tpzed-iimd25zhzh84gbk --first_name "Bob"@
+@arv user update --uuid 6dnxa-tpzed-iimd25zhzh84gbk --first-name "Bob"@
 
 Get list of groups (showing just UUIDs)
 @arv group list@