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:
d5bfb7f
)
Fixed example arguments and added param arguments
author
jimmynotjim
<jimmynotjim@me.com>
Thu, 19 Dec 2013 15:21:55 +0000
(10:21 -0500)
committer
jimmynotjim
<jimmynotjim@me.com>
Thu, 19 Dec 2013 15:21:55 +0000
(10:21 -0500)
plugins/available/base.plugin.bash
patch
|
blob
|
history
diff --git
a/plugins/available/base.plugin.bash
b/plugins/available/base.plugin.bash
index
b9cb7c4
..
e028fe6
100644
(file)
--- a/
plugins/available/base.plugin.bash
+++ b/
plugins/available/base.plugin.bash
@@
-179,8
+179,11
@@
mkiso ()
{
about 'creates iso from current dir in the parent dir (unless defined)'
- example 'mkdir'
- example 'mkdir ISO-Name dest/path src/path'
+ param '1: ISO name'
+ param '2: dest/path'
+ param '3: src/path'
+ example 'mkiso'
+ example 'mkiso ISO-Name dest/path src/path'
group 'base'
if type "mkisofs" > /dev/null; then