summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2014-03-02 18:00:30 +0200
committerTomi Ollila <tomi.ollila@iki.fi>2014-03-02 18:00:30 +0200
commita14a69f3e2f6a879df5fe0611a64df331f215042 (patch)
tree8da2cdd422a75b24143309c250f47925c38aa90a
parent019449d60d74ae241e6d4987faf0d7f0e7d36513 (diff)
tune after "what you got" view
-rw-r--r--remoteusage/124.mdwn6
1 files changed, 2 insertions, 4 deletions
diff --git a/remoteusage/124.mdwn b/remoteusage/124.mdwn
index 76551a0..4e71af6 100644
--- a/remoteusage/124.mdwn
+++ b/remoteusage/124.mdwn
@@ -60,9 +60,7 @@ Write the following code to a file, for example `remote-notmuch.sh`.
exit $ev
fi
- case $0 in */*) dn0=${0%/*} ;; *) dn0=. ;; esac
- echo "See $dn0/nottoomuch-remote.rst for more information"
-
+ echo " See`sed '1d;2d;s/.//;q' "$0"` for help"
exit $ev
#eof
@@ -118,7 +116,7 @@ There are 3 options how to handle this with `./nottoomuch-remote.bash`:
3) `REMOTE_NOTMUCH_SSHCTRL_SOCK` can be used via environment; like:
- REMOTE_NOTMUCH_SSHCTRL_SOCK=master-robin@example.org:22 ./nottoomuch-remote.bash help
+ REMOTE_NOTMUCH_SSHCTRL_SOCK=master-robin@example.org:22 ./nottoomuch-remote.bash help
## Configure Emacs on the client computer ##