[ARVADOS] updated: 76116fc706e2580e530d40b0e5f85783289150bf

git at public.curoverse.com git at public.curoverse.com
Sun Jul 13 14:11:59 EDT 2014


Summary of changes:
 .../workbench/app/views/application/_show_advanced_cli_example.html.erb | 2 +-
 apps/workbench/app/views/application/_show_api.html.erb                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  76116fc706e2580e530d40b0e5f85783289150bf (commit)
      from  4a7ca048ea3f26fa8c417001bd5b9d2c1ab62e71 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 76116fc706e2580e530d40b0e5f85783289150bf
Author: Ward Vandewege <ward at curoverse.com>
Date:   Sun Jul 13 14:10:04 2014 -0400

    The --pretty option was removed from arv some time ago. Do not refer to
    it in under the 'Advanced' tab in workbench.
    
    no issue #

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 990631e..cb29b66 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,6 @@
 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>
 
diff --git a/apps/workbench/app/views/application/_show_api.html.erb b/apps/workbench/app/views/application/_show_api.html.erb
index 1781ab4..759db9e 100644
--- a/apps/workbench/app/views/application/_show_api.html.erb
+++ b/apps/workbench/app/views/application/_show_api.html.erb
@@ -19,7 +19,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 \

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list