diff --git a/functions/git.fish b/functions/git.fish index 09abc35..6f365da 100644 --- a/functions/git.fish +++ b/functions/git.fish @@ -12,7 +12,7 @@ function gsa # ─< Prompt the user to enter the relative path where the submodule will be cloned >──────── # ─< Advise not to use the leading / or ./ >──────────────────────────────────────────────── - echo "-- enter the relative path, where the submodule will be cloned to. (don't use fist / or ./) --" + echo "-- enter the relative path, where the submodule will be cloned to. (!! do it like this: ./path/to/clone/to) --" read -S path echo "-- enter a name for the submodule --"