Fix function descriptions for a couple of helpers.

This commit is contained in:
Justin Hileman 2019-03-18 07:43:38 -07:00
parent 5273c92fa5
commit 5e19f4f6c9
2 changed files with 2 additions and 2 deletions

View File

@ -652,7 +652,7 @@ end
# Virtual environment segments
# ==============================
function __bobthefish_rvm_parse_ruby -S -a ruby_string scope -d 'Parse RVM Ruby string'
function __bobthefish_rvm_parse_ruby -S -a ruby_string -a scope -d 'Parse RVM Ruby string'
# Function arguments:
# - 'ruby-2.2.3@rails', 'jruby-1.7.19'...
# - 'default' or 'current'

View File

@ -27,7 +27,7 @@ function __bobthefish_cmd_duration -S -d 'Show command duration'
or echo -ns ' ' $__bobthefish_left_arrow_glyph
end
function __bobthefish_pretty_ms -S -a ms interval -d 'Millisecond formatting for humans'
function __bobthefish_pretty_ms -S -a ms -a interval -d 'Millisecond formatting for humans'
set -l interval_ms
set -l scale 1