diff options
| author | Anund <anundm@gmail.com> | 2025-01-03 23:53:22 +1100 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-01-23 15:58:33 -0800 |
| commit | 168dd3136756836259b43a72bca9791827fb717b (patch) | |
| tree | d482c3ba53324dbe03b20ccb77b8f83ab415f018 /src/cli/version.zig | |
| parent | 148a009a95c3de4d501a026c44b94e7964a9c357 (diff) | |
documentation: consistent format for actions help
Diffstat (limited to 'src/cli/version.zig')
| -rw-r--r-- | src/cli/version.zig | 3 |
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; |
