From 88bedf3a576eebe9b5675524636b330dcce81cd0 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 9 May 2019 19:28:41 -0500 Subject: [PATCH] Better label for mfadd --- buildroot/share/git/mfadd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot/share/git/mfadd b/buildroot/share/git/mfadd index 5f1c0003c..71c15cd3b 100755 --- a/buildroot/share/git/mfadd +++ b/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; }