Browse Source

Better label for mfadd

pull/1/head
Scott Lahteine 5 years ago
parent
commit
88bedf3a57
  1. 2
      buildroot/share/git/mfadd

2
buildroot/share/git/mfadd

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

Loading…
Cancel
Save