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);
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":