14988: Fixes functionals tests (WIP)
[arvados.git] / apps / workbench / app / views / application / _show_api.html.erb
index 1781ab4c00a70cc063ab055642d6b7b6ba59c09c..72cc363127bf34094f09fef1900bd523610d57f3 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <% if @object.andand.uuid %>
 
 <div class="panel panel-default">
@@ -19,7 +23,7 @@ EOF
   <div class="panel-heading"><b>arv</b> command line tool</div>
   <div class="panel-body">
   <pre>
-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 \