summaryrefslogtreecommitdiff
path: root/rc/bin/play
diff options
context:
space:
mode:
authorBurnZeZ <brz-9dev@intma.in>2014-10-15 15:57:51 -0400
committerBurnZeZ <brz-9dev@intma.in>2014-10-15 15:57:51 -0400
commit81e0d6e988289c983445f855583496048fb4c61b (patch)
tree45fe8b4d96de2ace3fc527ed9b6673045400c1ba /rc/bin/play
parentb52f0c884ebc0d743fb617ed9feed26ae2296f69 (diff)
sysupdate/psfax/play: fix unquoted brackets causing rc to perform unnecessary file lookups
Diffstat (limited to 'rc/bin/play')
-rwxr-xr-xrc/bin/play2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/play b/rc/bin/play
index 80ea396b0..7203769d4 100755
--- a/rc/bin/play
+++ b/rc/bin/play
@@ -76,7 +76,7 @@ fn play1 {
}
fn usage {
- echo usage: $argv0 [ -o file ] [ file ... ] >[1=2]
+ echo usage: $argv0 '[ -o file ] [ file ... ]' >[1=2]
exit usage
}