diff --git a/readme.md b/readme.md index f7d3935bc9bf8dc38edaccbac2afcac7f5c2b211..c994898bc1f192ff989b70a93558e88b001c956b 100644 --- a/readme.md +++ b/readme.md @@ -51,7 +51,7 @@ These execute automatically on script import. * Ex: `-a`, `-b`, and `-run`. * `Kwargs` - Key-value pairs, where the key comes first and starts with "--". Associated value is * Note that the associated value must come immediately after the key. - * Ex: `--type false`, `--dir ./test`, and `--name Bob`. + * Ex: `--type int`, `--dir ./test`, and `--name Bob`. ### Directory Functions * `get_absolute_path` - Gets absolute path of passed location. diff --git a/utils.sh b/utils.sh index b29329105d07fa2f168aa855bf7c6ac999caff1d..55c1efc983e0bd4d2ef510ef7b987fb88dcc4367 100755 --- a/utils.sh +++ b/utils.sh @@ -69,7 +69,7 @@ function normalize_terminal () { # * Ex: "-a", "-b", and "-run". # * Kwargs are key-value pairs, where the key comes first and starts with "--". # * Note that the associated value must come immediately after the key. - # * Ex: "--type false", "--dir ./test", and "--name Bob". + # * Ex: "--type int", "--dir ./test", and "--name Bob". # # Ordering of provided args, kwargs, and flags should not matter, aside from kwarg keys needing a corresponding value # as the direct next processed value.