Skip to content

Commit

Permalink
Add ResetTagline to default tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed May 2, 2020
1 parent 589a288 commit 8f5cf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demodel/charbuffer.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func getSnarfFile() string {
func getDefaultTagline() string {
content, err := ioutil.ReadFile(ConfigHome() + "/tagline")
if err != nil {
return "Save Discard Cut Copy Paste Undo Exit"
return "Save Discard ResetTagline Cut Copy Paste Undo Exit"
}
return string(content)
}
Expand Down

0 comments on commit 8f5cf00

Please sign in to comment.