Fixed example arguments and added param arguments

pull/247/head
jimmynotjim 2013-12-19 10:21:55 -05:00
parent d5bfb7fcb4
commit 55a37ad4c9
1 changed files with 5 additions and 2 deletions

View File

@ -179,8 +179,11 @@ mkiso ()
{ {
about 'creates iso from current dir in the parent dir (unless defined)' about 'creates iso from current dir in the parent dir (unless defined)'
example 'mkdir' param '1: ISO name'
example 'mkdir ISO-Name dest/path src/path' param '2: dest/path'
param '3: src/path'
example 'mkiso'
example 'mkiso ISO-Name dest/path src/path'
group 'base' group 'base'
if type "mkisofs" > /dev/null; then if type "mkisofs" > /dev/null; then