summaryrefslogtreecommitdiff
path: root/gbp/scripts
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-12-26 16:55:05 +0100
committerGuido Günther <agx@sigxcpu.org>2011-12-26 16:55:38 +0100
commit8dc3d9b87e9eee80caef2d12ef916c8e4046c7d1 (patch)
tree319895dda681a31b83ba15f66e650b7d9b433730 /gbp/scripts
parent6bfc8e5699e404f20285186951444cbc7218b0ba (diff)
dch: fix epydoc parameters
Diffstat (limited to 'gbp/scripts')
-rw-r--r--gbp/scripts/dch.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/gbp/scripts/dch.py b/gbp/scripts/dch.py
index 1a4a6c0..a7c3d99 100644
--- a/gbp/scripts/dch.py
+++ b/gbp/scripts/dch.py
@@ -47,13 +47,13 @@ def spawn_dch(msg=[], author=None, email=None, newversion=False, version=None,
release=False, distribution=None, dch_options=''):
"""
Spawn dch
- param author: committers name
- param email: committers email
- param newversion: start a new version
- version: the verion to use
- release: finalize changelog for releaze
- distribution: distribution to use
- dch_options: options passed verbatim to dch
+ @param author: committers name
+ @param email: committers email
+ @param newversion: start a new version
+ @param version: the verion to use
+ @param release: finalize changelog for releaze
+ @param distribution: distribution to use
+ @param dch_options: options passed verbatim to dch
"""
distopt = ""
versionopt = ""