File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 name = "env" ,
2424 help = """Pack an environment into a multiple tarballs:
2525This 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)
2929def 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 ...,
You can’t perform that action at this time.
0 commit comments