Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / application / _show_advanced_cli_example.html.erb
index 990631e27a3691f1679a8da3afdd81d637cd5cdc..102cf4a7eff282d202d80450b66a903bca93e4fd 100644 (file)
@@ -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:
 <pre>
-arv --pretty <%= object.class.to_s.underscore %> get \
+arv <%= object.class.to_s.underscore %> get \
  --uuid <%= object.uuid %>
 </pre>