Skip to content

Commit

Permalink
i#1539: -v listed as requesting version in drdeploy.c
Browse files Browse the repository at this point in the history
Updates usage message: s/-v/-version/

Fixes issue 1539

SVN-Revision: 2834
  • Loading branch information
derekbruening committed Sep 11, 2014
1 parent 7ddbe22 commit c249ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/drdeploy.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const char *usage_str =

const char *options_list_str =
"\n"TOOLNAME" options (these are distinct from DR runtime options):\n"
" -v Display version information\n"
" -version Display version information\n"
" -verbose Display additional information\n"
" -quiet Do not display warnings\n"
" -nocheck Do not fail due to invalid DynamoRIO installation or app\n"
Expand Down

0 comments on commit c249ed6

Please sign in to comment.