Skip to content

Commit

Permalink
Fix help
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrelozano committed Apr 11, 2022
1 parent 18e3025 commit ff15986
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 2 deletions.
Binary file modified .vs/PDFeSignHandwritten/v16/.suo
Binary file not shown.
1 change: 0 additions & 1 deletion .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"",
"\\PDFeSignHandwritten"
],
"SelectedNode": "\\PDFeSignHandwritten\\App.config",
"PreviewInSolutionExplorer": false
}
Binary file modified .vs/slnx.sqlite
Binary file not shown.
2 changes: 1 addition & 1 deletion PDFeSignHandwritten/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static void Main(string[] args)
helpMessage += "-contactinfo \t\t[contactinfo]\t Sign contact info\n";
helpMessage += "-location \t\t[location]\t Sign location info\n";
helpMessage += "-reason \t\t\t[reason]\t\t Sign reason info\n";
helpMessage += "-certificate \t\t[certificate]\t Certificate info\n";
helpMessage += "-certificate \t\t[certificate]\t Certificate path\n";
helpMessage += "-certificatepassword \t[password]\t Certificate password\n";
helpMessage += "-timestampserver \t\t[URL]\t\t Timestamp server URL\n";
helpMessage += "-pdfoutput \t\t[path]\t\t Signed PDF output path\n";
Expand Down
Binary file not shown.

0 comments on commit ff15986

Please sign in to comment.