Skip to content

Commit

Permalink
Fix spacing in --container-env usage
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Abecassis <[email protected]>
  • Loading branch information
flx42 committed Jul 31, 2024
1 parent 42ef0d7 commit 471d626
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions args.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ struct spank_option spank_opts[] =
{
"container-env",
"NAME[,NAME...]",
"[pyxis] names of environment variables to override with the host environment and set at the entrypoint."
"By default, all exported host environment variables are set in the container after the entrypoint is run,"
"but their existing values in the image take precedence;"
"[pyxis] names of environment variables to override with the host environment and set at the entrypoint. "
"By default, all exported host environment variables are set in the container after the entrypoint is run, "
"but their existing values in the image take precedence; "
"the variables specified with this flag are preserved from the host and set before the entrypoint runs",
1, 0, spank_option_container_env
},
Expand Down

0 comments on commit 471d626

Please sign in to comment.