aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--seatd/seatd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/seatd/seatd.c b/seatd/seatd.c
index c2ce411..0d9274b 100644
--- a/seatd/seatd.c
+++ b/seatd/seatd.c
@@ -74,7 +74,7 @@ int main(int argc, char *argv[]) {
const char *usage = "Usage: seatd [options]\n"
"\n"
" -h Show this help message\n"
- " -n <fd> FD to notify readiness on\n"
+ " -n <fd> FD to notify readiness on\n"
" -u <user> User to own the seatd socket\n"
" -g <group> Group to own the seatd socket\n"
" -s <path> Where to create the seatd socket\n"