mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Windows: reorder command line switched with alphabetical order for better help display
This commit is contained in:
@@ -7487,20 +7487,20 @@ void ExtractCommandLine (HWND hwndDlg, char *lpszCommandLine)
|
|||||||
{ CommandDismount, "/dismount", "/d", FALSE },
|
{ CommandDismount, "/dismount", "/d", FALSE },
|
||||||
{ OptionExplore, "/explore", "/e", FALSE },
|
{ OptionExplore, "/explore", "/e", FALSE },
|
||||||
{ OptionForce, "/force", "/f", FALSE },
|
{ OptionForce, "/force", "/f", FALSE },
|
||||||
|
{ OptionPkcs5, "/hash", NULL , FALSE },
|
||||||
{ CommandHelp, "/help", "/?", FALSE },
|
{ CommandHelp, "/help", "/?", FALSE },
|
||||||
{ OptionHistory, "/history", "/h", FALSE },
|
{ OptionHistory, "/history", "/h", FALSE },
|
||||||
{ OptionKeyfile, "/keyfile", "/k", FALSE },
|
{ OptionKeyfile, "/keyfile", "/k", FALSE },
|
||||||
{ OptionLetter, "/letter", "/l", FALSE },
|
{ OptionLetter, "/letter", "/l", FALSE },
|
||||||
{ OptionMountOption, "/mountoption", "/m", FALSE },
|
{ OptionMountOption, "/mountoption", "/m", FALSE },
|
||||||
{ OptionPassword, "/password", "/p", FALSE },
|
{ OptionPassword, "/password", "/p", FALSE },
|
||||||
|
{ OptionPin, "/pin", NULL, FALSE },
|
||||||
{ OptionQuit, "/quit", "/q", FALSE },
|
{ OptionQuit, "/quit", "/q", FALSE },
|
||||||
{ OptionSilent, "/silent", "/s", FALSE },
|
{ OptionSilent, "/silent", "/s", FALSE },
|
||||||
{ OptionTokenLib, "/tokenlib", NULL, FALSE },
|
{ OptionTokenLib, "/tokenlib", NULL, FALSE },
|
||||||
|
{ OptionTrueCryptMode, "/truecrypt", "/tc", FALSE },
|
||||||
{ OptionVolume, "/volume", "/v", FALSE },
|
{ OptionVolume, "/volume", "/v", FALSE },
|
||||||
{ CommandWipeCache, "/wipecache", "/w", FALSE },
|
{ CommandWipeCache, "/wipecache", "/w", FALSE },
|
||||||
{ OptionPkcs5, "/hash", NULL , FALSE },
|
|
||||||
{ OptionTrueCryptMode, "/truecrypt", "/tc", FALSE },
|
|
||||||
{ OptionPin, "/pin", NULL, FALSE },
|
|
||||||
};
|
};
|
||||||
|
|
||||||
argumentspec as;
|
argumentspec as;
|
||||||
|
|||||||
Reference in New Issue
Block a user