Skip to content

Commit

Permalink
Improve help section
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Apr 18, 2024
1 parent 25a1552 commit 809d0ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/artifactory/copy/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var Usage = []string{"rt cp [command options] <source pattern> <target pattern>"
const EnvVar string = common.JfrogCliFailNoOp

func GetDescription() string {
return "Copy files from source Artifactory path to target Artifactory path."
return "Copy files between Artifactory paths."
}

func GetArguments() string {
Expand Down
2 changes: 1 addition & 1 deletion docs/artifactory/move/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var Usage = []string{"rt mv [command options] <source pattern> <target pattern>"
var EnvVar = common.JfrogCliFailNoOp

func GetDescription() string {
return "Move files from source Artifactory path to target Artifactory path."
return "Move files between Artifactory paths"
}

func GetArguments() string {
Expand Down

0 comments on commit 809d0ce

Please sign in to comment.