Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1920629
)
fix typos
author
Erich Smith
<heartquest@gmail.com>
Mon, 14 May 2012 18:12:09 +0000
(14:12 -0400)
committer
Erich Smith
<heartquest@gmail.com>
Mon, 14 May 2012 18:12:09 +0000
(14:12 -0400)
lib/helpers.bash
patch
|
blob
|
history
diff --git
a/lib/helpers.bash
b/lib/helpers.bash
index
26690b6
..
1bc79cc
100644
(file)
--- a/
lib/helpers.bash
+++ b/
lib/helpers.bash
@@
-56,11
+56,11
@@
disable-plugin ()
{
about 'disables bash_it plugin'
param '1: plugin name'
- example '$ disable
_
plugin rvm'
+ example '$ disable
-
plugin rvm'
group 'lib'
if [ -z "$1" ]; then
- reference disable
_
plugin
+ reference disable
-
plugin
return
fi
@@
-89,11
+89,11
@@
enable-plugin ()
{
about 'enables bash_it plugin'
param '1: plugin name'
- example '$ enable
_
plugin rvm'
+ example '$ enable
-
plugin rvm'
group 'lib'
if [ -z "$1" ]; then
- reference enable
_
plugin
+ reference enable
-
plugin
return
fi