Sorry that the README is not complete
This commit is contained in:
parent
c317121978
commit
9140c75f47
|
@ -250,9 +250,9 @@ public class TimelapsePack
|
|||
Pack(fname);
|
||||
break;
|
||||
case "install":
|
||||
string? fname = "";
|
||||
if(args.Length >= 2) fname=args[1];
|
||||
Install(fname);
|
||||
string? fname2 = "";
|
||||
if(args.Length >= 2) fname2=args[1];
|
||||
Install(fname2);
|
||||
break;
|
||||
case "list":
|
||||
|
||||
|
|
Loading…
Reference in New Issue