X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0ff12afbbf1eed7673d6a9a724f626643cc78ff0..a9619cd9d563b5c434da6a11566517cacb410124:/apps/workbench/app/views/application/_show_advanced_cli_example.html.erb diff --git a/apps/workbench/app/views/application/_show_advanced_cli_example.html.erb b/apps/workbench/app/views/application/_show_advanced_cli_example.html.erb index 990631e27a..cb29b664c0 100644 --- a/apps/workbench/app/views/application/_show_advanced_cli_example.html.erb +++ b/apps/workbench/app/views/application/_show_advanced_cli_example.html.erb @@ -1,6 +1,6 @@ An example arv command to get a <%= object.class.to_s.underscore %> using its uuid:
-arv --pretty <%= object.class.to_s.underscore %> get \
+arv <%= object.class.to_s.underscore %> get \
  --uuid <%= object.uuid %>