aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-05-05 13:50:00 +0200
committerGuido Günther <agx@sigxcpu.org>2016-05-05 13:50:00 +0200
commit816829a055b618e61c6de76a16866cd12104f183 (patch)
treed070af8628e37d7309a9668b224fe5e3ee870e02
parentd23219442669a78ab76ec8a6ad9825c731b398cd (diff)
import_dscs: Mention debsnap command in options
so it shows up in the bash completion
-rw-r--r--gbp/scripts/import_dscs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gbp/scripts/import_dscs.py b/gbp/scripts/import_dscs.py
index 1f98cce6..ea1b610d 100644
--- a/gbp/scripts/import_dscs.py
+++ b/gbp/scripts/import_dscs.py
@@ -84,7 +84,8 @@ def print_help():
Options:
- --ignore-repo-config: ignore gbp.conf in git repo
+ --debsnap: use debsnap command to download packages
+ --ignore-repo-config ignore gbp.conf in git repo
""")