Explorar el Código

Better label for mfadd

Scott Lahteine hace 5 años
padre
commit
88bedf3a57
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      buildroot/share/git/mfadd

+ 1
- 1
buildroot/share/git/mfadd Ver fichero

@@ -4,7 +4,7 @@
4 4
 #
5 5
 # Add a remote and fetch it. Optionally copy a branch.
6 6
 #
7
-# Example: mfadd thinkyhead:patch-1 copy_of_patch-1
7
+# Example: mfadd myfork:patch-1 copy_of_patch-1
8 8
 #
9 9
 
10 10
 [[ $# > 0 && $# < 3 && $1 != "-h" && $1 != "--help" ]] || { echo "usage: `basename $0` (user | ref copyname)" 1>&2 ; exit 1; }

Loading…
Cancelar
Guardar