From 74c001468982ac268ed710cc262b5f95d0b474cd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 16 Jul 2017 16:50:08 -0400 Subject: common.sh.in: Don't put "-e, --eval" in the --help output --- common.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh.in b/common.sh.in index 7b84c1f..8af0e05 100644 --- a/common.sh.in +++ b/common.sh.in @@ -107,7 +107,7 @@ emacs_getopt() { } emacs_usage() { - emacsclient --help | grep -E '^(\s|-)' + emacsclient --help | grep -E '^(\s|-)' | grep -v '^-e, --eval' } -- cgit v1.2.3