mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
comments change
This commit is contained in:
parent
77fd5ecd98
commit
a0b2582a75
|
@ -7,10 +7,10 @@ import (
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Move a folder or a file, with 4 Use cases:
|
Move a folder or a file, with 4 Use cases:
|
||||||
mv fromDir toNewDir
|
mv fromDir toNewDir
|
||||||
mv fromDir toOldDir
|
mv fromDir toOldDir
|
||||||
mv fromFile toDir
|
mv fromFile toDir
|
||||||
mv fromFile toFile
|
mv fromFile toFile
|
||||||
|
|
||||||
Wildcard is not supported.
|
Wildcard is not supported.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue