Skip to content

Commit

Permalink
export: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed Mar 25, 2024
1 parent c7f24ab commit 4efcce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distrobox-export
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ fi
# container_name = string name of this container
# dest_path = string path where to export the binary
# enter_flags = string extra flags to append to the distrobox enter command
# exported_bin = string path to the binary to exprot
# exported_bin = string path to the binary to export
# exported_delete = bool delete the binary exported
# extra_flags = string extra flags to append to the exported app command
# rootful = bool if this is a rootful container
Expand Down Expand Up @@ -353,7 +353,7 @@ EOF
# CONTAINER_ID = id of the current container
# container_name = string name of this container
# dest_path = string path where to export the binary
# exported_bin = string path to the binary to exprot
# exported_bin = string path to the binary to export
# exported_delete = bool delete the binary exported
# Outputs:
# a generated_script in dest_path
Expand Down

0 comments on commit 4efcce5

Please sign in to comment.