X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d28b1cebc8b799ea1e65a50826602392b446ea29..8e693a9981f03d229ff2bff7dd6e5d06e0790c19:/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..102cf4a7ef 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,10 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + 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 %>