This website works better with JavaScript.
Home
Explore
Help
Sign In
harish2704
/
installer-scripts
mirror of
https://github.com/harish2704/installer-scripts
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
Fix: print help message if unknown option is given
master
Harish.K
10 years ago
parent
967ba909c3
commit
72442e008f
1 changed files
with
3 additions
and
2 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
3
bin/installer-script.sh
3
bin/installer-script.sh
View File
@ -46,7 +46,8 @@ case $1 in
--check
)
--check
)
updateBinLinks
;
updateBinLinks
;
;
;
;
;
*
)
printHelp
;
esac
esac
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
harish2704/installer-scripts
Title
Body
Create Issue