Skip to content

Commit

Permalink
Rephrase terminal option to include metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Jun 14, 2023
1 parent 02671dc commit eb25c22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public static Options options() {

options.addOption(Option.builder("P")
.longOpt(Params.preserve.name())
.desc("Preserve permissions and modification date for transferred files").build());
.desc("Preserve permission, ACL, metadata and modification date").build());
options.addOption(Option.builder("r")
.longOpt(Params.retry.name())
.desc("Retry failed connection attempts")
Expand Down

0 comments on commit eb25c22

Please sign in to comment.