From 8bbcfecaf21f446143ef08d1aa5d285d64455209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <piotr@debian.org> Date: Fri, 13 Sep 2013 22:40:19 +0200 Subject: [PATCH] pyc{ompile,lean}.rst: add a note about combining with DIR_OF_FILE --- pyclean.rst | 1 + pycompile.rst | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyclean.rst b/pyclean.rst index 03d5314..f39def0 100644 --- a/pyclean.rst +++ b/pyclean.rst @@ -24,3 +24,4 @@ OPTIONS -q, --quiet be quiet -p PACKAGE, --package=PACKAGE specify Debian package name to clean + (combining with DIR_OR_FILE will additionally limit list of files) diff --git a/pycompile.rst b/pycompile.rst index 529cf39..bbeca9f 100644 --- a/pycompile.rst +++ b/pycompile.rst @@ -35,7 +35,8 @@ OPTIONS -v, --verbose turn verbose mode on -p PACKAGE, --package=PACKAGE specify Debian package name whose files should - be bytecompiled + be bytecompiled (combining with DIR_OR_FILE will additionally limit list of + files) -V VRANGE force private modules to be bytecompiled with Python version from given range, regardless of the default Python version in the -- GitLab