From 63fb9ca3234760c236b4ac84958f52eb70ddff5c Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 22:06:33 +0900 Subject: [PATCH] Fix distro_info completion - fix typo --- src/_distro_info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_distro_info b/src/_distro_info index 04b159b..029728f 100644 --- a/src/_distro_info +++ b/src/_distro_info @@ -38,7 +38,7 @@ _arguments \ '(- *)'{-h,--help}'[display help message and exit]' \ - '--date=[data for calculating the version]:date' \ + '--date=[date for calculating the version]:date' \ '(-a --all)'{-a,--all}'[list all known versions]' \ '(-y --days)'{-y,--days=}'[display number of days until specified version reaches the specified milestone]:milestone:(created release eol eol-server)' \ '(-d --devel)'{-d,--devel}'[latest development version]' \