From 72586cd4494c509c5968c53b2f1840288fbb350a Mon Sep 17 00:00:00 2001 From: Mohamed Moumni <78799596+Mohamed-Moumni@users.noreply.github.com> Date: Fri, 28 Aug 2026 23:20:37 +0100 Subject: [PATCH] cmd/age: add --version to usage text (#694) --- cmd/age/age.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/age/age.go b/cmd/age/age.go index 190fa45..b28d8a4 100644 --- a/cmd/age/age.go +++ b/cmd/age/age.go @@ -41,6 +41,7 @@ Options: -r, --recipient RECIPIENT Encrypt to the specified RECIPIENT. Can be repeated. -R, --recipients-file PATH Encrypt to recipients listed at PATH. Can be repeated. -i, --identity PATH Use the identity file at PATH. Can be repeated. + --version Print the version. INPUT defaults to standard input, and OUTPUT defaults to standard output. If OUTPUT exists, it will be overwritten.