File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ) ]
You can’t perform that action at this time.
0 commit comments