From b7af49d7598d651f522c1358b59af8759b9a6e26 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Tue, 17 Feb 2026 21:01:10 -0800 Subject: [PATCH] fix flag --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 3ea52d4..42dfb99 100644 --- a/main.go +++ b/main.go @@ -405,7 +405,7 @@ func runNewtMain(ctx context.Context) { // Auth daemon flags if authDaemonKey == "" { - flag.StringVar(&authDaemonKey, "ad-preshared-key", "", "Preshared key for auth daemon authentication (required when --auth-daemon is true)") + flag.StringVar(&authDaemonKey, "ad-pre-shared-key", "", "Pre-shared key for auth daemon authentication") } if authDaemonPrincipalsFile == "" { flag.StringVar(&authDaemonPrincipalsFile, "ad-principals-file", "/var/run/auth-daemon/principals", "Path to the principals file for auth daemon")