Skip to content
Snippets Groups Projects
Commit 88bedf3a authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Better label for mfadd

parent 3f758d9e
No related branches found
No related tags found
Loading
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# #
# Add a remote and fetch it. Optionally copy a branch. # 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; } [[ $# > 0 && $# < 3 && $1 != "-h" && $1 != "--help" ]] || { echo "usage: `basename $0` (user | ref copyname)" 1>&2 ; exit 1; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment