mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-05-31 23:00:53 +00:00
CLI: remove the '-r' shortcut for --dir-cap, to make it available for cp -r
This commit is contained in:
parent
457248f023
commit
0f8f213baf
@ -17,7 +17,7 @@ class VDriveOptions(BaseOptions, usage.Options):
|
||||
["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."]
|
||||
]
|
||||
|
||||
|
@ -1800,7 +1800,7 @@ class SystemTest(testutil.SignalMixin, testutil.PollMixin, testutil.StallMixin,
|
||||
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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user