14880: Fix help message typo.
authorPeter Amstutz <pamstutz@veritasgenetics.com>
Fri, 8 Mar 2019 21:03:03 +0000 (16:03 -0500)
committerPeter Amstutz <pamstutz@veritasgenetics.com>
Fri, 8 Mar 2019 21:03:03 +0000 (16:03 -0500)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

sdk/python/arvados/commands/put.py

index b219def55381d31726d54bb0cf299b355cfc0032..afe75b31056c5c7d872256875a74265012de3b91 100644 (file)
@@ -160,7 +160,7 @@ Exclude files and directories whose names match the given glob pattern. When
 using a path-like pattern like 'subdir/*.txt', all text files inside 'subdir'
 directory, relative to the provided input dirs will be excluded.
 When using a filename pattern like '*.txt', any text file will be excluded
-no matter where is placed.
+no matter where it is placed.
 For the special case of needing to exclude only files or dirs directly below
 the given input directory, you can use a pattern like './exclude_this.gif'.
 You can specify multiple patterns by using this argument more than once.