ajuckler commented on code in PR #20096:
URL: https://github.com/apache/nuttx/pull/20096#discussion_r3974969575
##########
Documentation/components/tools/refresh.rst:
##########
@@ -28,6 +30,7 @@ Help is also available:
tools/refresh.sh is a tool for refreshing board configurations
USAGE: tools/refresh.sh [options] <board>:<config>+
+ [options] <defconfig>+
Review Comment:
I believe you mean the opposite: current code supports `/path/to` but not
`/path/to/defconfig`.
Honestly I didn't notice...
For background, I'm trying to refresh an out-of-tree configuration so I
cannot use the `<board>:<config>` format. When I tried `path/to/defconfig` it
failed so I modified the script to accept this type of argument as well.
Supporting the full path doesn't seem harmful, but I can revert the changes in
`refresh.sh` and only update the doc if you prefer.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]