Skip to content

Commit

Permalink
update check.sh usage
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte committed Sep 7, 2024
1 parent 65b87f6 commit 685d86b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bin/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ usage() {
echo_stderr "Check OVH Eco (including Kimsufi) server availability"
echo_stderr
echo_stderr "Arguments"
echo_stderr " -p, --plan-code Plan code to check (e.g. 24ska01)"
echo_stderr " --datacenters Comma-separated list of datacenters to check availability for (default all)"
echo_stderr " Allowed values: bhs, ca, de, fr, fra, gb, gra, lon, pl, rbx, sbg, waw (non exhaustive list)"
echo_stderr " -e, --endpoint OVH API endpoint (default: ovh-eu)"
echo_stderr " Allowed values: ovh-eu, ovh-ca, ovh-us"
echo_stderr " -d, --debug Enable debug mode (default: false)"
echo_stderr " -h, --help Display this help message"
echo_stderr " -p, --plan-code Plan code to check (e.g. 24ska01)"
echo_stderr " --datacenters Comma-separated list of datacenters to check availability for (default all)"
echo_stderr " Example values: bhs, ca, de, fr, fra, gb, gra, lon, pl, rbx, sbg, waw (non exhaustive list)"
echo_stderr " -e, --endpoint OVH API endpoint (default: ovh-eu)"
echo_stderr " Allowed values: ovh-eu, ovh-ca, ovh-us"
echo_stderr " -d, --debug Enable debug mode (default: false)"
echo_stderr " -h, --help Display this help message"
echo_stderr
echo_stderr " Arguments can also be set as environment variables see config.env.example"
echo_stderr " Command line arguments take precedence over environment variables"
Expand Down

0 comments on commit 685d86b

Please sign in to comment.