aboutsummaryrefslogtreecommitdiffstats
path: root/monitor-edid
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-02-25 12:07:52 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-02-25 12:07:52 +0000
commit4a821162d32ac9fe96edeb2e72e9ed8b72b493ca (patch)
tree19049e66d47e4659569077fcb68df0fd11fe219e /monitor-edid
parent51c3132706740b28782cb908cd91feaa3e7c2383 (diff)
downloadmonitor-edid-4a821162d32ac9fe96edeb2e72e9ed8b72b493ca.tar
monitor-edid-4a821162d32ac9fe96edeb2e72e9ed8b72b493ca.tar.gz
monitor-edid-4a821162d32ac9fe96edeb2e72e9ed8b72b493ca.tar.bz2
monitor-edid-4a821162d32ac9fe96edeb2e72e9ed8b72b493ca.tar.xz
monitor-edid-4a821162d32ac9fe96edeb2e72e9ed8b72b493ca.zip
give all options to both monitor-get-edid and monitor-parse-edid
Diffstat (limited to 'monitor-edid')
-rwxr-xr-xmonitor-edid2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor-edid b/monitor-edid
index 4e183b2..de3ce0c 100755
--- a/monitor-edid
+++ b/monitor-edid
@@ -1,2 +1,2 @@
#!/bin/sh
-monitor-get-edid | monitor-parse-edid "$@"
+monitor-get-edid "$@" | monitor-parse-edid "$@"