diff --git a/cmd/flux/create_source_git.go b/cmd/flux/create_source_git.go
index 9dba83efd5d4cc43966cbeb3092e566cb822caa6..c5cb9e1a0941f11f7e67af884576e64bdd743087 100644
--- a/cmd/flux/create_source_git.go
+++ b/cmd/flux/create_source_git.go
@@ -117,6 +117,7 @@ For private Git repositories, the basic authentication credentials are stored in
   # Create a source for a Git repository using basic authentication
   flux create source git podinfo \
     --url=https://github.com/stefanprodan/podinfo \
+    --branch=master \
     --username=username \
     --password=password`,
 	RunE: createSourceGitCmdRun,