You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use of the -o argument will rename the folder, but if you try to run it with -o <arg> -z you will get a renamed folder and no zip. No errors are displayed.
It doesn't appear to be because the -z function is looking for a folder named "SimpleArchiveFormat" (because there already was one in the same space), it just seems that nothing gets passed to it.
-z doesn't appear to take a filename as an argument.
The text was updated successfully, but these errors were encountered:
Use of the -o argument will rename the folder, but if you try to run it with
-o <arg> -z
you will get a renamed folder and no zip. No errors are displayed.It doesn't appear to be because the -z function is looking for a folder named "SimpleArchiveFormat" (because there already was one in the same space), it just seems that nothing gets passed to it.
-z doesn't appear to take a filename as an argument.
The text was updated successfully, but these errors were encountered: