diff options
author | Guido Guenther <agx@sigxcpu.org> | 2006-10-04 19:36:39 +0200 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2006-10-04 19:36:39 +0200 |
commit | 8bf69562ee4059d188e1d2715ad8168a01039fea (patch) | |
tree | c8703f6dc553252faf97755d805eab84b93dfc62 /git-import-orig | |
parent | 45ee9dfaa901bbb182903b1a3d157f2ee10f6720 (diff) | |
download | git-buildpackage-8bf69562ee4059d188e1d2715ad8168a01039fea.tar.gz git-buildpackage-8bf69562ee4059d188e1d2715ad8168a01039fea.tar.bz2 git-buildpackage-8bf69562ee4059d188e1d2715ad8168a01039fea.zip |
add manpages
Diffstat (limited to 'git-import-orig')
-rwxr-xr-x | git-import-orig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-import-orig b/git-import-orig index e1e50f13..fdf9d734 100755 --- a/git-import-orig +++ b/git-import-orig @@ -58,7 +58,7 @@ def main(): parser.add_option("--upstream-branch", dest="upstream", default='upstream', help="name of the upstream branch, default is 'upstream'") parser.add_option("--debian-branch", dest='debian', default='master', - help="name of the branch the debian being package is developed on, default is 'master'") + help="name of the branch the debian package is being developed on, default is 'master'") (options, args) = parser.parse_args() gitCheckoutUpstream=GitCheckoutBranch(options.upstream) |