From 475e7b8804b04c81d8d7240ebb77d2df36edc12a Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Mon, 16 Mar 2009 22:12:06 -0700
Subject: [PATCH] tahoe_ls.py: add comment about error cases to improve

---
 src/allmydata/scripts/tahoe_ls.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/allmydata/scripts/tahoe_ls.py b/src/allmydata/scripts/tahoe_ls.py
index bf3a3669..d5bb886d 100644
--- a/src/allmydata/scripts/tahoe_ls.py
+++ b/src/allmydata/scripts/tahoe_ls.py
@@ -146,3 +146,6 @@ def list(options):
         print >>stdout, (fmt % tuple(row)).rstrip()
 
     return 0
+
+# error cases that need improvement:
+#  list-one-file: tahoe ls my:docs/Makefile
-- 
2.45.2