Skip to content

Commit 2ce0ce1

Browse files
authored
Merge pull request #258 from open-edge-platform/ITEP-78714-install-completion-output
Updated install-completion command o/p to refer README.md for further steps
2 parents e6d2e4c + 7f79302 commit 2ce0ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/os-image-composer/completion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ func executeInstallCompletion(cmd *cobra.Command, args []string) error {
161161
}
162162

163163
fmt.Printf("Shell completion installed for %s at %s\n", shellType, targetPath)
164-
fmt.Printf("Restart your shell or source your profile to enable completion.\n")
164+
fmt.Printf("Refer to the README.md file for further instructions to activate the installed completion file based on your shell type.\n")
165165

166166
return nil
167167
}

0 commit comments

Comments
 (0)