We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-n
1 parent 338ca16 commit 1306913Copy full SHA for 1306913
josh-proxy/src/cli.rs
@@ -32,7 +32,7 @@ pub struct Args {
32
33
#[arg(
34
short,
35
- help = "DEPRECATED - no effect! Number of concurrent upstream git fetch/push operations"
+ help = "DEPRECATED - no effect!"
36
)]
37
_n: Option<String>,
38
tests/proxy/shell.t
@@ -17,7 +17,7 @@
17
--no-background
18
19
-n <N>
20
- DEPRECATED - no effect! Number of concurrent upstream git fetch/push operations
+ DEPRECATED - no effect!
21
--port <PORT>
22
[default: 8000]
23
-c, --cache-duration <CACHE_DURATION>
0 commit comments