aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cdargs.rb
diff options
context:
space:
mode:
authorJack Nagel2012-07-18 03:22:00 -0500
committerJack Nagel2012-08-07 15:32:00 -0500
commit979fdb57f0b3405369b9b783ba816dad048bc25e (patch)
treedc2834f4a88dec5453602224112bc4d47edeeee3 /Library/Formula/cdargs.rb
parent0f19fc498714918ecd4b23cc0f22a20a16fff4b1 (diff)
downloadhomebrew-979fdb57f0b3405369b9b783ba816dad048bc25e.tar.bz2
Automatically append shell completion caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/cdargs.rb')
-rw-r--r--Library/Formula/cdargs.rb11
1 files changed, 1 insertions, 10 deletions
diff --git a/Library/Formula/cdargs.rb b/Library/Formula/cdargs.rb
index a54bc8ba6..3d0b94072 100644
--- a/Library/Formula/cdargs.rb
+++ b/Library/Formula/cdargs.rb
@@ -28,17 +28,8 @@ class Cdargs < Formula
end
def caveats; <<-EOS.undent
- Support files for bash, tcsh and emacs are located in:
+ Support files for bash, tcsh, and emacs have been installed to:
#{prefix}/contrib
-
- The file for bash is also symlinked to:
- #{etc}/bash_completion.d/cdargs-bash.sh
-
- Source it from your .bash_profile or .bashrc to get nice aliases and bash completion.
-
- For zsh use the bash script.
-
- Consult the cdargs man page for more details and instructions.
EOS
end
end