From: Tomi Ollila Date: Sun, 2 Mar 2014 16:00:30 +0000 (+0200) Subject: tune after "what you got" view X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=a14a69f3e2f6a879df5fe0611a64df331f215042 tune after "what you got" view --- 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 ##