From 3f089ce41658c0da5a30862a9d1c3cbbefb6c923 Mon Sep 17 00:00:00 2001 From: speedie Date: Sun, 26 Feb 2023 05:47:18 +0100 Subject: [PATCH] remove example, it's honestly not that useful --- spmenu.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/spmenu.c b/spmenu.c index 2922fb3..f96f8ad 100644 --- a/spmenu.c +++ b/spmenu.c @@ -1841,9 +1841,6 @@ usage(void) "spmenu -nf Set the normal foreground color\n" "spmenu -sb Set the selected background color\n" "spmenu -sf Set the selected foreground color\n" - "\n" - "- Example usage -\n" - "`echo 'Hello\\nWorld' | spmenu -l 2` will allow you to pick either 'Hello' or 'World'. The selected then gets printed to stdout. This means you can pipe it into `sed` or `grep`.\n" , stdout); exit(1); }