Skip to content

Commit

Permalink
fixed order in comment for -F flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan authored Dec 11, 2019
1 parent e1d8b57 commit e6ca2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_doth_dns.bash
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ while getopts ":fFa:cI:i:n:t:d:NRUPDh" flag; do
f) # Set for overwriting existing configs with new ones.
_FLAG_FRESH='y'
;;
F) # Set to let the script fallback to next source for configuration variables. Order: `flag -> .env file -> environment -> self gather`
F) # Set to let the script fallback to next source for configuration variables. Order: `flag -> environment -> .env file -> self gather`
_FLAG_FALLBACK='y'
;;
a) # Set ARCHITECTURE variable with 'ARM' or 'x86' (case insensitive).
Expand Down

0 comments on commit e6ca2fa

Please sign in to comment.