Fix command output
authorGuido Günther <agx@sigxcpu.org>
Thu, 27 Mar 2014 20:22:25 +0000 (21:22 +0100)
committerGuido Günther <agx@sigxcpu.org>
Thu, 27 Mar 2014 20:22:25 +0000 (21:22 +0100)
commite1780f0e457e9dbdba6d6f1b0c5cb3e4780cf7f7
treed349a6098c5764d3a879fc705a011adc09e3f7c1
parentbbf21bf366ff0d248f9c06b1cff600f339b8655e
Fix command output

The first line lacked the subcommand like:

$ gbp pull --help
Usage: gbp [options] - safely update a repository from remote

instead of

$ gbp pull --help
Usage: gbp pull [options] - safely update a repository from remote
           ^^^^
gbp/config.py
gbp/scripts/buildpackage.py
gbp/scripts/clone.py
gbp/scripts/create_remote_repo.py
gbp/scripts/dch.py
gbp/scripts/import_dsc.py
gbp/scripts/import_orig.py
gbp/scripts/pq.py
gbp/scripts/pull.py