mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-01 04:16:36 +00:00
cli.py: update comments on 'tahoe cp' --help a bit
This commit is contained in:
parent
8d5cc756f0
commit
df1ddf83f5
@ -194,9 +194,11 @@ class CpOptions(VDriveOptions):
|
|||||||
|
|
||||||
tahoe cp ~/Pictures home:stuff/my-pictures # copies recursively
|
tahoe cp ~/Pictures home:stuff/my-pictures # copies recursively
|
||||||
|
|
||||||
Limitations: symlinks, special files (device nodes, named pipes), and
|
This command still has some limitations: symlinks, special files (device
|
||||||
non-ASCII filenames are not handled very well. Arguments should not have
|
nodes, named pipes), and non-ASCII filenames are not handled very well.
|
||||||
trailing slashes. 'tahoe cp' does not behave exactly like /bin/cp .
|
Arguments should probably not have trailing slashes. 'tahoe cp' does not
|
||||||
|
behave as much like /bin/cp as you would wish, especially with respect to
|
||||||
|
trailing slashes.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
class RmOptions(VDriveOptions):
|
class RmOptions(VDriveOptions):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user