mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
Convert a lot of command line arguments to snake case (#498)
* Convert a lot of variables to snake case * Add snakecase for variables made out of two words that had it in no version yet (for consistency) * Adjust example files too --------- Co-authored-by: JanHoefelmeyer <hoefelmeyer.jan@gmail.com>
This commit is contained in:
parent
77cc250561
commit
086c4ab48b
13 changed files with 83 additions and 83 deletions
|
|
@ -14,8 +14,8 @@ echo '==== run checker (twice)'
|
|||
cd ~/csaf_distribution
|
||||
|
||||
./bin-linux-amd64/csaf_checker -f html -o ../checker-results.html --insecure \
|
||||
--client-cert ~/devca1/testclient1.crt \
|
||||
--client-key ~/devca1/testclient1-key.pem \
|
||||
--client_cert ~/devca1/testclient1.crt \
|
||||
--client_key ~/devca1/testclient1-key.pem \
|
||||
--verbose --insecure localhost
|
||||
|
||||
cat ../checker-results.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue