Skip to content

Commit c0bd8b6

Browse files
Fix typos (#128)
1 parent 5dd5997 commit c0bd8b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

empack/cli/pack.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
name="env",
2424
help="""Pack an environment into a multiple tarballs:
2525
This will pack and exisiting enviroment into multiple tarballs
26-
and a json file with a list of package filenmmes.
26+
and a json file with a list of package filenames.
2727
""",
2828
)
2929
def pack_env_cli(
@@ -37,7 +37,7 @@ def pack_env_cli(
3737
"/",
3838
"--relocate-prefix",
3939
"-r",
40-
help="path of the env in the the virtual filesystem",
40+
help="path of the env in the virtual filesystem",
4141
),
4242
config: list[Path] = typer.Option( # noqa: B008
4343
[DEFAULT_CONFIG_PATH],
@@ -91,7 +91,7 @@ def pack_dir_cli(
9191
...,
9292
"--mount-dir",
9393
"-m",
94-
help="path of the directory in the the virtual filesystem",
94+
help="path of the directory in the virtual filesystem",
9595
),
9696
outname: Path = typer.Option( # noqa: B008
9797
...,
@@ -127,7 +127,7 @@ def pack_file_cli(
127127
...,
128128
"--mount-dir",
129129
"-m",
130-
help="path of the directory in the the virtual filesystem",
130+
help="path of the directory in the virtual filesystem",
131131
),
132132
outname: Path = typer.Option( # noqa: B008
133133
...,

0 commit comments

Comments
 (0)