Skip to content

Commit

Permalink
main.go: Update outdated message
Browse files Browse the repository at this point in the history
  • Loading branch information
krischerven committed May 19, 2020
1 parent 6bece96 commit f3fb9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.go
Expand Up @@ -153,7 +153,7 @@ func main() {
os.Args[2] = func(out string) string {
out += "if [ \"${1,,}\" = \"help\" ] || [ \"${1,,}\" = \"--help\" ]; then"
out += "\n\techo \"This alias was generated by goalias." +
" To see a list of your goaliases, run 'cat /etc/goalias/registry.txt'\""
" To see a list of your goaliases, run 'goalias list(defs)'\""
out += "\n\texit 0"
out += "\nfi"
return out + "\n"
Expand Down

0 comments on commit f3fb9c1

Please sign in to comment.