cmd/age: add --version to usage text (#694)

This commit is contained in:
Mohamed Moumni
2026-08-29 00:20:37 +02:00
committed by GitHub
parent 7c7978c12e
commit 72586cd449
+1
View File
@@ -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.