diff --git a/debian-scripts/man.1 b/debian-scripts/man.1
index 17570c0..459cf7a 100644
--- a/debian-scripts/man.1
+++ b/debian-scripts/man.1
@@ -2,6 +2,7 @@
 
 .SH NAME
 .B capslock-auto-switch
+- corrects caps lock when needed
 
 .SH SYNOPSIS
 .B capslock_auto_switch
diff --git a/debian/DEBIAN/control b/debian/DEBIAN/control
index d20262e..0a50dce 100644
--- a/debian/DEBIAN/control
+++ b/debian/DEBIAN/control
@@ -7,5 +7,6 @@ Architecture: amd64
 Maintainer: Adrien Touzouli <contact@ad2ien.dev>
 Depends: libc6, libx11-dev, libxdo-dev
 Description: Auto switch capslock
-  Listen to keyboard events, if a caps inversion is detected at the beginning of a sentence
-  caps lock is inverted and word is corrected.
+ Listen to keyboard events, if a caps inversion 
+ is detected at the beginning of a sentence
+ caps lock is inverted and word is corrected.