mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 23:26:43 +00:00
tahoe_ls.py: add comment about error cases to improve
This commit is contained in:
parent
c7254c5f1d
commit
475e7b8804
@ -146,3 +146,6 @@ def list(options):
|
|||||||
print >>stdout, (fmt % tuple(row)).rstrip()
|
print >>stdout, (fmt % tuple(row)).rstrip()
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
# error cases that need improvement:
|
||||||
|
# list-one-file: tahoe ls my:docs/Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user