From: Jean Delvare Subject: inspect: List all options in usage text Upstream: Committed (c57b81b7367ebc6f3757b114302b537d6e305431) Options -v and --sourcedir were not listed. --- quilt/scripts/inspect.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/quilt/scripts/inspect.in +++ b/quilt/scripts/inspect.in @@ -21,7 +21,7 @@ cd ${SUBDIR:-.} usage() { - echo "Usage: ${0##*/} [--fuzz=N] specfile" + echo "Usage: ${0##*/} [-v] [--sourcedir dir] [--fuzz=N] specfile" exit 1 }