docs: correct docs

This commit is contained in:
2025-01-14 08:19:38 +01:00
parent 881094e484
commit 37df2dcc6d
3 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ struct Command {
#[derive(Subcommand)]
enum Commands {
Listen {
#[arg(long, env = "VP_GRPC_HOST", default_value = "0.0.0.0:7900")]
#[arg(long, env = "VOIDPIN_GRPC_HOST", default_value = "0.0.0.0:7900")]
grpc: SocketAddr,
},
Copy {},
@@ -44,7 +44,7 @@ enum RemoteCommands {
Copy {
#[arg(
long = "remote-host",
env = "VP_REMOTE_HOST",
env = "VOIDPIN_REMOTE",
default_value = "http://0.0.0.0:7900"
)]
remote_host: String,