summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-05 23:01:31 -0500
committerMike Frysinger <vapier@gentoo.org>2022-02-05 23:01:31 -0500
commitfaa1d2c5cb09be9ff5c65f97a8312834a78c762a (patch)
tree34c09b19dee58b714ae61d11335cd18a78c2d2f0 /t
parentc54a2154001cf9cc0837ded6411d88584ea07c39 (diff)
downloadautomake-faa1d2c5cb09be9ff5c65f97a8312834a78c762a.tar.gz
py-compile: clean up usage info
Include the full summary of options in the output. * lib/py-compile: Update usage output. * t/py-compile-usage.sh: Update test to match new output.
Diffstat (limited to 't')
-rw-r--r--t/py-compile-usage.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/py-compile-usage.sh b/t/py-compile-usage.sh
index 94c0c4c9d..f324ec9e6 100644
--- a/t/py-compile-usage.sh
+++ b/t/py-compile-usage.sh
@@ -29,8 +29,8 @@ cp "$am_scriptdir/py-compile" . \
cat stdout
test -s stderr && { cat stderr >&2; exit 1; }
grep '^Usage: py-compile .' stdout
-$FGREP ' [--basedir DIR]' stdout
-$FGREP ' [--destdir DIR]' stdout
+$FGREP ' --basedir DIR ' stdout
+$FGREP ' --destdir DIR ' stdout
# --version