From 57e23c8ada0a9d921a6b68187a76eb5c8b8a407d Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 3 Nov 2019 16:46:51 +0100 Subject: bridge: improvement on the import resume feature --- misc/zsh_completion/git-bug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/zsh_completion') diff --git a/misc/zsh_completion/git-bug b/misc/zsh_completion/git-bug index 7bbd9001..9951bab9 100644 --- a/misc/zsh_completion/git-bug +++ b/misc/zsh_completion/git-bug @@ -153,7 +153,7 @@ function _git-bug_bridge_configure { function _git-bug_bridge_pull { _arguments \ '(-n --no-resume)'{-n,--no-resume}'[force importing all bugs]' \ - '(-s --since)'{-s,--since}'[import only bugs updated after the given date (must be a unix timestamp)]:' + '(-s --since)'{-s,--since}'[import only bugs updated after the given date (ex: "200h" or "june 2 2019")]:' } function _git-bug_bridge_push { -- cgit