Browse Source

Better label for mfadd

Scott Lahteine 5 years ago
parent
commit
88bedf3a57
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      buildroot/share/git/mfadd

+ 1
- 1
buildroot/share/git/mfadd View File

4
 #
4
 #
5
 # Add a remote and fetch it. Optionally copy a branch.
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
 [[ $# > 0 && $# < 3 && $1 != "-h" && $1 != "--help" ]] || { echo "usage: `basename $0` (user | ref copyname)" 1>&2 ; exit 1; }
10
 [[ $# > 0 && $# < 3 && $1 != "-h" && $1 != "--help" ]] || { echo "usage: `basename $0` (user | ref copyname)" 1>&2 ; exit 1; }

Loading…
Cancel
Save