Ver código fonte

sync: fix doc

Achilleas Koutsou 3 anos atrás
pai
commit
a538bf1df1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      sync

+ 1 - 1
sync

@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #
 # Upload changes from inside repository using GIN CLI
-# Assumes no submodules
+# Works with submodules.
 # Assumes gin init was performed or the repository was downloaded via gin get
 
 if (( $# > 0 )); then