Skip to content

Commit

Permalink
Merge pull request #17258 from benpicco/dist/tools/radvd-help
Browse files Browse the repository at this point in the history
tools/radvd: fix help text
  • Loading branch information
benpicco authored Nov 23, 2021
2 parents 3bb5588 + 8519067 commit e46bd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/tools/radvd/radvd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit e46bd4b

Please sign in to comment.