You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commands/readme.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,9 @@ func Readme(args []string) {
43
43
44
44
fmt.Fprintf(os.Stdout, "some commands make opportunistic use of other tools and some won't work without them\n\n")
45
45
46
-
fmt.Fprintf(os.Stdout, "consider installing the following to get access to the full functionality of ret\n\n")
46
+
fmt.Fprintf(os.Stdout, "you can use the `check` command to see what's currently installed\n\n")
47
47
48
-
fmt.Fprintf(os.Stdout, "you can use the `check` command to see what's installed\n\n")
48
+
fmt.Fprintf(os.Stdout, "consider installing the missing dependencies mentioned by the `check` command to get access to the full functionality of ret\n\n")
0 commit comments