1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #17258 from benpicco/dist/tools/radvd-help

tools/radvd: fix help text
This commit is contained in:
benpicco 2021-11-23 20:38:35 +01:00 committed by GitHub
commit e46bd4b903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ start_radvd() {
usage() {
echo "usage: $0 [options]" >&2
echo "Options:" >&2
echo " -c <tap-device> <prefix>: Start radvd on <tap-device>, advertising <prefix>" >&2
echo " -c <interface> <prefix>: Start radvd on <interface>, advertising <prefix>" >&2
echo " -d, --delete: Stop radvd" >&2
}