Skip to content

Commit d4f80c9

Browse files
refactor: mention default scouting locations
1 parent 26e6154 commit d4f80c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/backup/key.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ func GetCustomPaths() []string {
256256
scanner := bufio.NewScanner(os.Stdin)
257257
fmt.Println("\nEnter additional key locations (one per line, empty line to finish):")
258258
fmt.Println("Examples: ~/mykeys/, /opt/certificates/, ~/.config/app/keys")
259+
fmt.Println("Note: .ssh and .gnupg are default scouting locations")
259260

260261
for {
261262
fmt.Print("Path: ")

0 commit comments

Comments
 (0)