Skip to content

Commit 42dd2ba

Browse files
committed
bug fixes & update -h, --checksum
1 parent 1ef093d commit 42dd2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hash-cli/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static void Start(string[] args)
4545
WriteColored("Usage: hash-cli [ hash-algorithm ] [ raw-data ]\n" +
4646
" ", FlagColor, "--file", " [ file_path ]\n" +
4747
" ", FlagColor, "--checksum", " [ hash-algorithm ] [ file-path ] [ file-hash-sum-path ]\n" +
48-
" ", FlagColor, "--checksum", " [ hash-algorithm ] [ file-path ] ", FlagColor, "--hash", " [ hash-sum ]\n");
48+
" ", FlagColor, "--checksum", " [ hash-algorithm ] [ file-path ] ", FlagColor, "--hash", " [ hash-sum ]\n");
4949
return;
5050
}
5151

0 commit comments

Comments
 (0)