Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Commit df6b520

Browse files
committed
Cosmetic Changes to the help
1 parent 5423d38 commit df6b520

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

decrypt.bat

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -276,26 +276,27 @@ exit /b
276276

277277
:help
278278
echo.
279-
echo Usage: %~n0
280-
echo /Mode:^<Mode^> ^<Options^>
279+
echo Usage:
280+
echo %~n0
281+
echo /Mode:^<Mode^> ^<Options^>
281282
echo.
282-
echo Available modes :
283+
echo Available modes :
283284
echo.
284-
echo 1 - Convert and decrypt ESD to an ISO with an Install.wim file
285-
echo 2 - Convert and decrypt ESD to an ISO with an Install.esd file
285+
echo 1 - Convert and decrypt ESD to an ISO with an Install.wim file
286+
echo 2 - Convert and decrypt ESD to an ISO with an Install.esd file
286287
echo.
287-
echo Available options :
288+
echo Available options :
288289
echo.
289-
echo /File ^<ESD^> where ESD is the path to the ESD file to process (*)
290-
echo /Key ^<Key^> where Key is the complete Cryptographic RSA key used to decrypt the ESD file
291-
echo /Output ^<Folder^> where Folder is the folder which will contain the resulted ISO file (*)
290+
echo /File ^<ESD^> where ESD is the path to the ESD file to process (*)
291+
echo /Key ^<Key^> where Key is the complete Cryptographic RSA key used to decrypt the ESD file
292+
echo /Output ^<Folder^> where Folder is the folder which will contain the resulted ISO file (*)
292293
echo.
293-
echo Options marked with (*) are required
294+
echo Options marked with (*) are required
294295
echo.
295-
echo <ESD> <KEY>
296+
echo <ESD> <KEY>
296297
echo.
297-
echo where ESD is the path to the ESD file to process (*)
298-
echo where Key is the complete Cryptographic RSA key used to decrypt the ESD file
298+
echo where ESD is the path to the ESD file to process (*)
299+
echo where Key is the complete Cryptographic RSA key used to decrypt the ESD file
299300
echo.
300-
echo Options marked with (*) are required
301+
echo Options marked with (*) are required
301302
exit /b

0 commit comments

Comments
 (0)