X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/da51b9328abab2df757ed13eadc7c3557315094b..3088521012dd7f5b88725240cebf163d7c8da31c:/apps/workbench/app/views/application/_show_api.html.erb diff --git a/apps/workbench/app/views/application/_show_api.html.erb b/apps/workbench/app/views/application/_show_api.html.erb index 1781ab4c00..72cc363127 100644 --- a/apps/workbench/app/views/application/_show_api.html.erb +++ b/apps/workbench/app/views/application/_show_api.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% if @object.andand.uuid %>
@@ -19,7 +23,7 @@ EOF
arv command line tool
-arv --pretty <%= @object.class.to_s.underscore %> get \
+arv <%= @object.class.to_s.underscore %> get \
  --uuid <%= @object.uuid %>
 
 arv <%= @object.class.to_s.underscore %> update \