Sorry that the README is not complete

This commit is contained in:
Mike Nolan 2022-05-19 21:07:41 -05:00
parent c317121978
commit 9140c75f47
1 changed files with 3 additions and 3 deletions

View File

@ -250,9 +250,9 @@ public class TimelapsePack
Pack(fname); Pack(fname);
break; break;
case "install": case "install":
string? fname = ""; string? fname2 = "";
if(args.Length >= 2) fname=args[1]; if(args.Length >= 2) fname2=args[1];
Install(fname); Install(fname2);
break; break;
case "list": case "list":