aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorLibravatar laniakea64 <laniakea64@users.noreply.github.com>2017-04-09 18:42:34 -0400
committerLibravatar laniakea64 <laniakea64@users.noreply.github.com>2017-04-09 18:42:34 -0400
commit1cd411ae141dc4a87972d87bf8562c42b38cf474 (patch)
treef82a2eab87f4347fde90b86647f36e59f31df104 /contrib
parentfj-mkdeb.py: don't require to be placed in contrib/ in the source tree (diff)
downloadfirejail-1cd411ae141dc4a87972d87bf8562c42b38cf474.tar.gz
firejail-1cd411ae141dc4a87972d87bf8562c42b38cf474.tar.zst
firejail-1cd411ae141dc4a87972d87bf8562c42b38cf474.zip
better wording of help message
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/fj-mkdeb.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/fj-mkdeb.py b/contrib/fj-mkdeb.py
index 325fa5308..3cc13b758 100755
--- a/contrib/fj-mkdeb.py
+++ b/contrib/fj-mkdeb.py
@@ -45,9 +45,9 @@ usage:
45{script} [--fj-src=SRCDIR] [--only-fix-mkdeb] [CONFIGURE_OPTIONS [...]] 45{script} [--fj-src=SRCDIR] [--only-fix-mkdeb] [CONFIGURE_OPTIONS [...]]
46 46
47 --fj-src=SRCDIR: manually specify the location of firejail source tree 47 --fj-src=SRCDIR: manually specify the location of firejail source tree
48 as SRCDIR. If not specified, looks in the script's 48 as SRCDIR. If not specified, looks in the parent directory
49 parent directory and the current working directory, 49 of the directory where this script is located, and then the
50 in that order. 50 current working directory, in that order.
51 --only-fix-mkdeb: don't run configure or make after modifying mkdeb.sh 51 --only-fix-mkdeb: don't run configure or make after modifying mkdeb.sh
52 CONFIGURE_OPTIONS: arguments for configure 52 CONFIGURE_OPTIONS: arguments for configure
53'''.format(script=sys.argv[0])) 53'''.format(script=sys.argv[0]))