Merge branch 'master' into 3198-writable-fuse
[arvados.git] / apps / workbench / app / views / application / _show_advanced_cli_example.html.erb
index 990631e27a3691f1679a8da3afdd81d637cd5cdc..cb29b664c017845fd4a61eefda7079ba01cec7f8 100644 (file)
@@ -1,6 +1,6 @@
 An example arv command to get a <%= object.class.to_s.underscore %> using its uuid:
 <pre>
-arv --pretty <%= object.class.to_s.underscore %> get \
+arv <%= object.class.to_s.underscore %> get \
  --uuid <%= object.uuid %>
 </pre>