diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-07-16 16:50:08 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-07-16 17:16:08 -0400 |
commit | 74c001468982ac268ed710cc262b5f95d0b474cd (patch) | |
tree | adcbd2ae50b6b17bbb8966ae7f0d4676ff8ea7e8 | |
parent | 853ffb8e5361cc00c0a4f0970f5c04f931498a03 (diff) |
common.sh.in: Don't put "-e, --eval" in the --help output
-rw-r--r-- | common.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
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' } |