Skip to content

Commit 1306913

Browse files
jsorefvlad-ivanov-name
authored andcommitted
josh-proxy: Remove description of deprecated -n flag
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 338ca16 commit 1306913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

josh-proxy/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub struct Args {
3232

3333
#[arg(
3434
short,
35-
help = "DEPRECATED - no effect! Number of concurrent upstream git fetch/push operations"
35+
help = "DEPRECATED - no effect!"
3636
)]
3737
_n: Option<String>,
3838

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)