Fix: change flag -i (which is preserved to `cp`) to --exclude-from

This commit is contained in:
Ahmed.S.ElAfifi 2019-09-10 11:51:28 +02:00
parent 26db348453
commit 834c80c7b0
1 changed files with 1 additions and 1 deletions

2
gcp
View File

@ -636,7 +636,7 @@ class GCP():
action="store_true", default=False,
help=_("copy directories recursively")
)
group_cplike.add_argument("-i", "--ignore",
group_cplike.add_argument("--exclude-from",
action="store", default=".gcpignore",
help=_("file name which holds ignored patterns for each directory (default: .gcpignore)")
)