From 57343ce04c984c632599aa53b91846e6e09975ab Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 29 May 2015 02:06:14 +0200 Subject: Windows: reorder command line switched with alphabetical order for better help display --- src/Mount/Mount.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Mount/Mount.c b/src/Mount/Mount.c index ef116199..df9ecb58 100644 --- a/src/Mount/Mount.c +++ b/src/Mount/Mount.c @@ -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; -- cgit v1.2.3