Skip to content

Commit c8ee80d

Browse files
committed
Add comment to CLI that globs aren't supported
1 parent 3c81fce commit c8ee80d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/hdfs_native/cli.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ def mv(args: Namespace):
6666

6767
def main(in_args: Optional[Sequence[str]] = None):
6868
parser = ArgumentParser(
69-
description="Command line utility for interacting with HDFS using hdfs-native"
69+
description="""Command line utility for interacting with HDFS using hdfs-native.
70+
Globs are not currently supported, all file paths are treated as exact paths."""
7071
)
7172

7273
subparsers = parser.add_subparsers(title="Subcommands", required=True)

0 commit comments

Comments
 (0)