Skip to content

Commit 4d9de0d

Browse files
authored
josh-proxy: Remove description of deprecated -n flag (#1421)
1 parent 338ca16 commit 4d9de0d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

josh-proxy/src/cli.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ pub struct Args {
3030
#[arg(long)]
3131
pub no_background: bool,
3232

33-
#[arg(
34-
short,
35-
help = "DEPRECATED - no effect! Number of concurrent upstream git fetch/push operations"
36-
)]
33+
#[arg(short, help = "DEPRECATED - no effect!")]
3734
_n: Option<String>,
3835

3936
#[arg(long, default_value = "8000")]

tests/proxy/shell.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
--no-background
1818

1919
-n <N>
20-
DEPRECATED - no effect! Number of concurrent upstream git fetch/push operations
20+
DEPRECATED - no effect!
2121
--port <PORT>
2222
[default: 8000]
2323
-c, --cache-duration <CACHE_DURATION>

0 commit comments

Comments
 (0)