summaryrefslogtreecommitdiff
path: root/debhelper.pod
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-11-04 20:30:44 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-11-04 20:36:28 -0500
commit8e81a88c7d1209436996db36217568fc44f889b0 (patch)
tree4b23d50b9abe1a6633a5bddc48c3ae9d6956934a /debhelper.pod
parentdb49690fa990eab385d1e6844c285b22c2219f30 (diff)
--max-parallel requires a number
Diffstat (limited to 'debhelper.pod')
-rw-r--r--debhelper.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/debhelper.pod b/debhelper.pod
index 0a9ef41e..78de41d5 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -205,7 +205,7 @@ If the build system prefers out of source tree building but still
allows in source building, the latter can be re-enabled by passing a build
directory path that is the same as the source directory path.
-=item B<--max-parallel>[I<=maximum>]
+=item B<--max-parallel>I<=maximum>
By default, the DEB_BUILD_OPTIONS environment variable can be used to
enable parallel building, when supported by the build system.