remove example, it's honestly not that useful

This commit is contained in:
speedie 2023-02-26 05:47:18 +01:00
parent 2d4b2fb00f
commit 3f089ce416

View file

@ -1841,9 +1841,6 @@ usage(void)
"spmenu -nf <color> Set the normal foreground color\n"
"spmenu -sb <color> Set the selected background color\n"
"spmenu -sf <color> 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);
}