Skip to content

Commit

Permalink
improve usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Nov 20, 2019
1 parent 3d8b83b commit 511ea6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer/windows/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set argC=0
for %%x in (%*) do Set /A argC+=1

if not %argC% gtr 0 (
echo usage: %~nx0 ^<msi path^>
echo usage: %~nx0 "<msi path (using '\' separators)>"
exit /B 1
)

Expand Down
2 changes: 1 addition & 1 deletion installer/windows/uninstall.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set argC=0
for %%x in (%*) do Set /A argC+=1

if not "%argC%" == "1" (
echo usage: %~nx0 ^<msi path^>
echo usage: %~nx0 "<msi path (using '\' separators)>"
exit /B 1
)

Expand Down

0 comments on commit 511ea6c

Please sign in to comment.