summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/fedpkg.py')
-rwxr-xr-xsrc/fedpkg.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fedpkg.py b/src/fedpkg.py
index 18d54ab..b60c728 100755
--- a/src/fedpkg.py
+++ b/src/fedpkg.py
@@ -796,6 +796,8 @@ if __name__ == '__main__':
parser_build.add_argument('--scratch', action = 'store_true',
default = False,
help = 'Perform a scratch build')
+ parser_build.add_argument('--srpm',
+ help = 'Build from an srpm. Requires --scratch')
parser_build.set_defaults(command = build)
# chain build