Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
4e028a06
Commit
4e028a06
authored
Jun 07, 2000
by
Brian Wellington
Browse files
print a message if neither start nor stop is specified
parent
74da616f
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/ifconfig.sh
View file @
4e028a06
...
@@ -92,4 +92,8 @@ case "$1" in
...
@@ -92,4 +92,8 @@ case "$1" in
esac
esac
done
done
;;
;;
*
)
echo
"Usage:
$0
{start|stop}"
exit
1
esac
esac
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment