We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e6154 commit d4f80c9Copy full SHA for d4f80c9
system/backup/key.go
@@ -256,6 +256,7 @@ func GetCustomPaths() []string {
256
scanner := bufio.NewScanner(os.Stdin)
257
fmt.Println("\nEnter additional key locations (one per line, empty line to finish):")
258
fmt.Println("Examples: ~/mykeys/, /opt/certificates/, ~/.config/app/keys")
259
+ fmt.Println("Note: .ssh and .gnupg are default scouting locations")
260
261
for {
262
fmt.Print("Path: ")
0 commit comments