Skip to content

Commit

Permalink
Document IGN_FUEL_CACHE_PATH on command line
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Dec 23, 2020
1 parent 21e8b0f commit af10ad3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/cmd/cmdfuel.rb.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ COMMANDS = { 'fuel' =>
" -v [ --verbose ] [arg] Adjust the level of console output (0~4). \n"\
" The default verbosity is 1, use -v without \n"\
" arguments for level 3. \n" +
COMMON_OPTIONS
COMMON_OPTIONS + "\n\n" +
"Environment variables: \n"\
" IGN_FUEL_CACHE_PATH Path to the cache where resources are \n"\
" downloaded to. Defaults to $HOME/.ignition/fuel \n"
}

SUBCOMMANDS = {
Expand Down

0 comments on commit af10ad3

Please sign in to comment.