commit bfa12a36391b1ee0e204aa231c0fd0b4b6d21dcd
parent 89519529ff7fdc4c7b5770ce3c563f1434722689
Author: Alex O Regan <alexsoregan@gmail.com>
Date:   Sun, 11 Apr 2021 01:43:32 +0100
add back in removed newline
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xsel.c b/xsel.c
@@ -122,7 +122,7 @@ usage (void)
   printf ("  -z, --zeroflush       Overwrites selection when zero ('\\0') is received\n");
   printf ("  -i, --input           Read standard input into the selection\n\n");
   printf ("Output options\n");
-  printf ("  -o, --output          Write the selection to standard output\n");
+  printf ("  -o, --output          Write the selection to standard output\n\n");
   printf ("Action options\n");
   printf ("  -c, --clear           Clear the selection\n");
   printf ("  -d, --delete          Request that the selection be cleared and that\n");