diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-30 20:59:43 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-30 20:59:43 -0300 |
commit | 160c86c30c7d050201688225c51968c9fa6ad8d2 (patch) | |
tree | 8ecfd9583b9b77cf61b7352dc04d5f2a8ed292ea | |
parent | b9926437f063429c38c4f801e9a42f1a4936963e (diff) | |
download | utils-git-160c86c30c7d050201688225c51968c9fa6ad8d2.tar.gz utils-git-160c86c30c7d050201688225c51968c9fa6ad8d2.tar.bz2 |
Fix: rsup enhancements (3)
-rwxr-xr-x | rsup | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,9 @@ # # From a submodule folder: # -# sup <message> # go upwards commit, until there's no parent repository +# sup <message> +# +# This go upwards and commit, until there's no parent repository. # Parameters DIRNAME="`dirname $0`" |