Skip to content

Commit 21673d3

Browse files
author
Kraig Brockschmidt
authored
Merge pull request NuGet#196 from jamesmanning/patch-2
fix typo - change mintues to minutes
2 parents c25dffc + 90d3c77 commit 21673d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Tools/nuget-exe-CLI-Reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ configfile | *(2.5+)* The NuGet configuration file to modify. If not specified,
484484
help | Displays help information for the command.
485485
noninteractive | Suppresses prompts for user input or confirmations.
486486
source | Specifies the server URL. With NuGet 2.5+, NuGet will identify a UNC or local folder source and simply copy the file there instead of pushing it using HTTP. Also, starting with NuGet 3.4.2, this is a mandatory parameter unless the NuGet.config file specifies a *DefaultPushSource* value.
487-
timeout | Specifies the timeout, in seconds, for pushing to a server. The default is 300 seconds (5 mintues).
487+
timeout | Specifies the timeout, in seconds, for pushing to a server. The default is 300 seconds (5 minutes).
488488
verbosity | Specifies the amount of details displayed in the output: *normal*, *quiet*, *detailed (2.5+)*.
489489

490490
### Examples

0 commit comments

Comments
 (0)