["node-url", "u", None,
"URL of the tahoe node to use, a URL like \"http://127.0.0.1:8123\". "
"This overrides the URL found in the --node-directory ."],
- ["dir-cap", "r", None,
+ ["dir-cap", None, None,
"Which dirnode URI should be used as the 'tahoe' alias."]
]
open(os.path.join(sdn2, "rfile5"), "wb").write("rfile5")
# from disk into tahoe
- d.addCallback(run, "cp", "--recursive", dn, "tahoe:dir1")
+ d.addCallback(run, "cp", "-r", dn, "tahoe:dir1")
d.addCallback(run, "ls")
d.addCallback(_check_ls, ["dir1"])
d.addCallback(run, "ls", "dir1")