refer to full path in lint hint (#5372)

Update hint message for correcting outdated options.md with full path
and full command.
This commit is contained in:
Etan Kissling 2023-08-30 13:55:29 +02:00 committed by GitHub
parent 8e413d9abb
commit 8993d576b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

@ -77,7 +77,7 @@ pipeline {
sed -n '/Usage/,/Available sub-commands/ { /Available sub-commands/d; p; }' | \\
sed 's/\\x1B\\[[0-9;]*[mG]//g' | \\
sed 's/[[:space:]]*$//'); then \\
echo "Please update 'options.md' to match 'nimbus_beacon_node --version'"; \\
echo "Please update 'docs/the_nimbus_book/src/options.md' to match 'COLUMNS=200 nimbus_beacon_node --help'"; \\
false; \\
fi
'''