From f6edf4b3f85aa5884042cb1f57beab271368cfad Mon Sep 17 00:00:00 2001 From: Victor Ajibade <43748536+ViaxCo@users.noreply.github.com> Date: Sun, 28 Apr 2024 03:12:37 +0100 Subject: [PATCH] chore: fix typo in subcommand description --- dotbare.plugin.zsh | 2 +- pkg/completion/zsh/_dotbare | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotbare.plugin.zsh b/dotbare.plugin.zsh index e73bcef..0a75e8b 100644 --- a/dotbare.plugin.zsh +++ b/dotbare.plugin.zsh @@ -31,7 +31,7 @@ __dotbare_completion() { 'finit:init/migrate dotbare' 'flog:interactive log viewer' 'freset:reset files/commit' - 'fstash:stage management' + 'fstash:stash management' 'fstat:toggle stage/unstage of files' 'funtrack:untrack files' 'fupgrade:update dotbare' diff --git a/pkg/completion/zsh/_dotbare b/pkg/completion/zsh/_dotbare index 9599754..ff53d06 100644 --- a/pkg/completion/zsh/_dotbare +++ b/pkg/completion/zsh/_dotbare @@ -26,7 +26,7 @@ _dotbare() { 'finit:init/migrate dotbare' 'flog:interactive log viewer' 'freset:reset files/commit' - 'fstash:stage management' + 'fstash:stash management' 'fstat:toggle stage/unstage of files' 'funtrack:untrack files' 'fupgrade:update dotbare'