Skip to content

Commit 9360b84

Browse files
Improved error message
1 parent bbc9cb4 commit 9360b84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FF/Constants.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

FF/Constants.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<value>Only one -path switch at a time may be used.</value>
134134
</data>
135135
<data name="PathNotExist" xml:space="preserve">
136-
<value>The path directory does not exist.</value>
136+
<value>The path directory does not exist or ends in '\' which Windows command line parsing does not like.</value>
137137
</data>
138138
<data name="UnknownCommandLineOption" xml:space="preserve">
139139
<value>Unknown command line option.</value>

0 commit comments

Comments
 (0)