Skip to content

Commit c11a288

Browse files
Updated usage string
1 parent 9360b84 commit c11a288

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

FF/Constants.resx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,9 @@ FF [-regex] [-includedir] [-nostats] [-path <directory>] pattern*
154154
-nostats - Don't show the search statistics at the end. Useful when
155155
you just want the list of matching files. (short: -ns)
156156
-path <directory> - The directory tree to search. The default is the current
157-
directory. (short: -p)
158-
pattern* - The patterns/files to search for. Specify as many patterns
157+
directory. Because of command line parsing weakness in
158+
Windows, don't end the directories with '\' characters
159+
(short: -p)attern* - The patterns/files to search for. Specify as many patterns
159160
as you want separated by spaces. Enclose patterns/files in
160161
quotes to use spaces in the pattern or name.
161162

FF/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("1.0.0.0")]
37-
[assembly: AssemblyFileVersion("1.0.0.0")]
36+
[assembly: AssemblyVersion("2.0.0.0")]
37+
[assembly: AssemblyFileVersion("2.0.0.0")]
3838
[assembly: NeutralResourcesLanguageAttribute("en-US")]

0 commit comments

Comments
 (0)