mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-04 15:03:41 +01:00
Merge pull request #41 from MikeDawg/master
Added usage print and exit if no options are given
This commit is contained in:
commit
4e74308c37
@ -599,6 +599,12 @@ test_serverside_ordering() {
|
||||
fi
|
||||
}
|
||||
|
||||
# If no options are given, give usage information and exit (with error code)
|
||||
if [ $# -eq 0 ]; then
|
||||
usage;
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# UNKNOWNOPTIONS=""
|
||||
while :
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user