summaryrefslogtreecommitdiff
path: root/src/cli/version.zig
diff options
context:
space:
mode:
authorAnund <anundm@gmail.com>2025-01-03 23:53:22 +1100
committerMitchell Hashimoto <m@mitchellh.com>2025-01-23 15:58:33 -0800
commit168dd3136756836259b43a72bca9791827fb717b (patch)
treed482c3ba53324dbe03b20ccb77b8f83ab415f018 /src/cli/version.zig
parent148a009a95c3de4d501a026c44b94e7964a9c357 (diff)
documentation: consistent format for actions help
Diffstat (limited to 'src/cli/version.zig')
-rw-r--r--src/cli/version.zig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cli/version.zig b/src/cli/version.zig
index b00152589..4a6af242c 100644
--- a/src/cli/version.zig
+++ b/src/cli/version.zig
@@ -10,7 +10,8 @@ const gtk = if (build_config.app_runtime == .gtk) @import("../apprt/gtk/c.zig").
pub const Options = struct {};
-/// The `version` command is used to display information about Ghostty.
+/// The `version` command is used to display information about Ghostty. Recognized as
+/// either `+version` or `--version`.
pub fn run(alloc: Allocator) !u8 {
_ = alloc;