Skip to content

Commit

Permalink
Help spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rtin23 committed Dec 30, 2020
1 parent aaa805c commit 059d641
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace ImaHex{
class Commands{
static char[] options = {'h', 'd', 'v', 'k'};
static char[] options = {'ñ', 'd', 'v', 'k'};
static string[] optionsLarge = {"help", "delete","version"};
static Action[] actions = {help, remove, version, keep};
static bool delete = true;
Expand Down Expand Up @@ -34,11 +34,11 @@ static void help(){
Console.WriteLine(
@"Usage: imahex [arguments] [path-to-file]
Options:
-d, --delete Delete image at the end of the process (default)
-h, --help Show help
-d, --delete Delete image at the end of the process (default)
-h, --help Show help
-k Keep edited image
-l Ask for the path after the command is executed
-v, --version Show ImaHEX version"
-v, --version Show ImaHEX version"
);
}
static void remove(){
Expand Down

0 comments on commit 059d641

Please sign in to comment.