Skip to content

Commit ed5a641

Browse files
committed
Update readme
1 parent 6c94355 commit ed5a641

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ Use this command to check if linked files references inside the current director
386386

387387
_Context: global_
388388

389-
List packages linking files from this path.
389+
Use this command to list all packages that have linked file references that include the current directory.
390390

391391
### `elastic-package links update`
392392

cmd/links.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ func getLinksListCommand() *cobra.Command {
106106
cmd := &cobra.Command{
107107
Use: "list",
108108
Short: "List packages linking files from this path",
109+
Long: linksListLongDescription,
109110
Args: cobra.NoArgs,
110111
RunE: linksListCommandAction,
111112
}

0 commit comments

Comments
 (0)