17495: document the deduplication report. Fix example invocation in the
[arvados.git] / lib / deduplicationreport / report.go
index 8bb3fc4e57bc75a2a337a4e29c048c4056aa1e38..8759df080c354ef0a4b8a18553e810af0685f31c 100644 (file)
@@ -60,7 +60,7 @@ Example:
 
   arv collection list --order 'file_size_total desc' --limit 100 | \
     jq -r '.items[] | [.portable_data_hash,.uuid] |@csv' | \
-    tail -n+2 |sed -e 's/"//g'|tr '\n' ' ' | \
+    sed -e 's/"//g'|tr '\n' ' ' | \
     xargs %s
 
 Options: