forked from pool/quilt
Takashi Iwai
a5de1023e1
- Fix the series file consistency checker - Many fixes and improvements to the setup command - New option --fast for quilt setup (hackweek project) OBS-URL: https://build.opensuse.org/request/show/264454 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=92
21 lines
520 B
Diff
21 lines
520 B
Diff
From: Jean Delvare <jdelvare@suse.de>
|
|
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
|
|
}
|
|
|