Windows: reorder command line switched with alphabetical order for better help display

This commit is contained in:
Mounir IDRASSI 2015-05-29 02:06:14 +02:00
parent fdc2143bfa
commit 57343ce04c

View File

@ -7487,20 +7487,20 @@ void ExtractCommandLine (HWND hwndDlg, char *lpszCommandLine)
{ CommandDismount, "/dismount", "/d", FALSE },
{ OptionExplore, "/explore", "/e", FALSE },
{ OptionForce, "/force", "/f", FALSE },
{ OptionPkcs5, "/hash", NULL , FALSE },
{ CommandHelp, "/help", "/?", FALSE },
{ OptionHistory, "/history", "/h", FALSE },
{ OptionKeyfile, "/keyfile", "/k", FALSE },
{ OptionLetter, "/letter", "/l", FALSE },
{ OptionMountOption, "/mountoption", "/m", FALSE },
{ OptionPassword, "/password", "/p", FALSE },
{ OptionPin, "/pin", NULL, FALSE },
{ OptionQuit, "/quit", "/q", FALSE },
{ OptionSilent, "/silent", "/s", FALSE },
{ OptionTokenLib, "/tokenlib", NULL, FALSE },
{ OptionTrueCryptMode, "/truecrypt", "/tc", FALSE },
{ OptionVolume, "/volume", "/v", FALSE },
{ CommandWipeCache, "/wipecache", "/w", FALSE },
{ OptionPkcs5, "/hash", NULL , FALSE },
{ OptionTrueCryptMode, "/truecrypt", "/tc", FALSE },
{ OptionPin, "/pin", NULL, FALSE },
};
argumentspec as;