Add -R switch

This commit is contained in:
Matteo Cypriani 2018-04-21 22:56:51 +02:00
parent 193a0e2784
commit d40548f287
2 changed files with 2 additions and 2 deletions

2
gcp
View File

@ -551,7 +551,7 @@ class GCP():
parser = ArgumentParser(usage=_usage,
formatter_class=RawDescriptionHelpFormatter)
parser.add_argument("-r", "--recursive",
parser.add_argument("-r", "-R", "--recursive",
action="store_true", default=False,
help=_("copy directories recursively")
)

2
gcp.1
View File

@ -57,7 +57,7 @@ Show version of program and exit.
.B \-h, \-\-help
Show summary of options.
.TP
.B \-r, \-\-recursive
.B \-r, \-R, \-\-recursive
Copy directories recursively.
.TP
.B \-L, \-\-dereference