Skip to content

Commit 4763e86

Browse files
authored
Update README.md
1 parent 70bb07c commit 4763e86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
This is a utility for merging two NuGet packages _(two .NET Framework Versions)_ into a single nupkg package _(Multi-TargetFrameworks)_.
22

3-
### +Usage+
3+
### Usage
44

5-
**NupkgMerge**.exe **-p**{"[rimary](rimary)"} "+primary.nupkg+" **-s**{"[econd](econd)"} "+second.nupkg+" **-o**{"[ut](ut)"} "+output.nupkg+"
5+
**NupkgMerge**.exe **-p**[rimary] "primary.nupkg" **-s**[econd] "second.nupkg" **-o**[ut] "output.nupkg"
66

7-
* **-P**{"[rimary](rimary)"}
7+
* **-P**[rimary]
88
: Specifies the primary nupkg file to merge from. _(Higher Priority)_
9-
* **-S**{"[econd](econd)"}
9+
* **-S**[econd]
1010
: Specifies the second nupkg file to merge from. _(Lower Priority)_ Only those items_(metadata/files)_ which are not in the primary nupkg file will be included in the output nupkg file.
11-
* **-O**{"[ut](ut)"}
11+
* **-O**[ut]
1212
: Specifies the file name of new nupkg package for the merged output.
1313

1414

0 commit comments

Comments
 (0)