summaryrefslogtreecommitdiff
path: root/xeyes.c
diff options
context:
space:
mode:
Diffstat (limited to 'xeyes.c')
-rw-r--r--xeyes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xeyes.c b/xeyes.c
index c5484a0..a9d484f 100644
--- a/xeyes.c
+++ b/xeyes.c
@@ -52,6 +52,7 @@ usage(int exitval)
" [-fg {color}] [-bg {color}] [-bd {color}] [-bw {pixels}]\n"
" [-shape | +shape] [-outline {color}] [-center {color}]\n"
" [-backing {backing-store}] [-distance]\n"
+ " [-biblicallyAccurate]\n"
#ifdef XRENDER
" [-render | +render]\n"
#endif
@@ -81,6 +82,7 @@ static XrmOptionDescRec options[] = {
{(char *)"+present", (char *)"*eyes.present", XrmoptionNoArg, (char *)"FALSE"},
#endif
{(char *)"-distance", (char *)"*eyes.distance", XrmoptionNoArg, (char *)"TRUE"},
+{(char *)"-biblicallyAccurate", (char *)"*eyes.biblicallyAccurate", XrmoptionNoArg, (char *)"TRUE"},
};
static Atom wm_delete_window;