diff --git a/docs/hilbish.txt b/docs/hilbish.txt index f466cba..083d426 100644 --- a/docs/hilbish.txt +++ b/docs/hilbish.txt @@ -1,4 +1,4 @@ -alias(cmd, orig) > Sets an alias of `orig` to `cmd` +alias(cmd, orig) > Sets an alias of `cmd` to `orig` appendPath(dir) > Appends `dir` to $PATH diff --git a/emmyLuaDocs/hilbish.lua b/emmyLuaDocs/hilbish.lua index 214086e..f17ea5a 100644 --- a/emmyLuaDocs/hilbish.lua +++ b/emmyLuaDocs/hilbish.lua @@ -2,7 +2,7 @@ local hilbish = {} ---- Sets an alias of `orig` to `cmd` +--- Sets an alias of `cmd` to `orig` --- @param cmd string --- @param orig string function hilbish.alias(cmd, orig) end