Skip to content

Commit

Permalink
fix: typo in description
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Oct 13, 2022
1 parent 67338ba commit 2c151df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func main() {
}

if *man {
manPage := mango.NewManPage(1, ProjectName, "Copy content to the system clipboard from any supported terminal using ANSI OSC 52 sequence.").
manPage := mango.NewManPage(1, ProjectName, "Copy text to the system clipboard from any supported terminal using ANSI OSC 52 sequence.").
WithLongDescription(ProjectName+" a utility that copies text to your clipboard from anywhere using ANSI OSC52 sequence.").
WithSection("Copyright", "(C) 2022 Ayman Bagabas.\n"+
"Released under MIT license.")
Expand Down

0 comments on commit 2c151df

Please sign in to comment.