Skip to content

Conversation

@claudeaceae
Copy link
Contributor

Summary

  • Corrects the MAC address example command in the how-to guide to use the correct --network flag syntax instead of the incorrect --mac-address flag

Details

The example on line 219 of docs/how-to.md was using --mac-address 02:42:ac:11:00:02 which is incorrect. The correct syntax, as shown earlier in the same section (line 213), is --network default,mac=02:42:ac:11:00:02.

This was a documentation inconsistency where the example didn't match the documented syntax.

Test plan

  • Verified the correct syntax is used earlier in the same section
  • Confirmed this matches the actual CLI implementation

The example was using the incorrect --mac-address flag instead of the
correct --network flag with mac parameter as shown earlier in the same
section.
Copy link
Contributor

@jglogan jglogan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for these doc fixes!

@jglogan jglogan merged commit 25ac79a into apple:main Jan 2, 2026
2 checks passed
@claudeaceae
Copy link
Contributor Author

Thanks for merging!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants