aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-03-01 12:23:24 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-03-01 12:23:24 +1300
commit74b16bf59cb5f3cfa7f2969a2e8683866d18e890 (patch)
tree621c7b020ebad6908f353aafbdee02c4b65ddbc1 /bash/bashrc.d
parentAdd website link (diff)
downloaddotfiles-74b16bf59cb5f3cfa7f2969a2e8683866d18e890.tar.gz
dotfiles-74b16bf59cb5f3cfa7f2969a2e8683866d18e890.zip
Add man page suffix to program name in comment
Diffstat (limited to 'bash/bashrc.d')
-rw-r--r--bash/bashrc.d/aliases.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/aliases.bash b/bash/bashrc.d/aliases.bash
index 948a7e79..e5e04c14 100644
--- a/bash/bashrc.d/aliases.bash
+++ b/bash/bashrc.d/aliases.bash
@@ -4,7 +4,7 @@ alias bell='printf %s '$'\a'
# Don't print the bc(1) welcome message
alias bc='bc -q'
-# Use a unified format for diff by default
+# Use a unified format for diff(1) by default
alias diff='diff -u'
# Don't print the GDB copyright message on every invocation