X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/68f12bfd1ca6612338ff65106f404019a28d0cd3..42c20b25e1325124b88e3b9b285544dc41122b56:/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 %>