Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MetaNaveen committed Sep 16, 2024
1 parent 60082b9 commit 1861e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static void Main (string[] args) {
var appName = Assembly.GetExecutingAssembly ().GetName ().Name;
if (string.IsNullOrEmpty (appName)) appName = "BackupGitRepo";
appName += ".exe";
Console.WriteLine ($"{appName} <RepoDirectoryPath> [<BackupDirectoryPath>]");
Console.WriteLine ($"{appName} [-su | -ii] <RepoDirectoryPath> [<BackupDirectoryPath>]");
Environment.Exit (-1);
}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tool to help developers who use git. This tool takes backup of all files that ar

**SUPPORTING COMMANDS:**

BackupGitRepo [<OPTIONS>] <REPODIR> [<BACKUPDIR>]
BackupGitRepo.exe [<OPTIONS>] <REPODIR> [<BACKUPDIR>]

<OPTIONS>:
-su = skips untracked files
Expand Down

0 comments on commit 1861e32

Please sign in to comment.