Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Wójcik committed Nov 9, 2023
1 parent b787f5d commit 291c47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/service/config.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use clap::Parser;

#[derive(Debug, Parser, Clone)]
#[clap(about = "Defguard VPN gateway service")]
#[clap(about = "Defguard VPN client interface management service")]
#[command(version)]
pub struct Config {
/// Defines how often (in seconds) interface statistics are sent to Defguard client
Expand Down

0 comments on commit 291c47c

Please sign in to comment.