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'