Track gratuitous change in mdwopt interface.
[xtoys] / xtell.c
diff --git a/xtell.c b/xtell.c
index 6ca8a28..76d53d3 100644 (file)
--- a/xtell.c
+++ b/xtell.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: xtell.c,v 1.2 1998/11/21 22:30:25 mdw Exp $
+ * $Id: xtell.c,v 1.4 1998/12/11 09:50:06 mdw Exp $
  *
  * Wake up a waiting xwait process
  *
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: xtell.c,v $
+ * Revision 1.4  1998/12/11 09:50:06  mdw
+ * Minor modifications to work with mLib and mgLib.
+ *
+ * Revision 1.3  1998/11/30 22:36:51  mdw
+ * Tidy up tabbing in help texts very slightly.
+ *
  * Revision 1.2  1998/11/21 22:30:25  mdw
  * Support GNU-style long options throughout, and introduce proper help
  * text to all programs.  Update manual pages to match.
@@ -47,8 +53,9 @@
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
 
-#include "mdwopt.h"
-#include "quis.h"
+#include <mLib/mdwopt.h>
+#include <mLib/quis.h>
+
 #include "xwait.h"
 
 /*----- Main code ---------------------------------------------------------*/
@@ -106,7 +113,7 @@ int main(int argc, char *argv[])
 "-v, --version         Display the program's version number\n"
 "\n"
 "-d, --display=DISPLAY Choose X display to connect to\n"
-"-a, --atom=ATOM               Choose property name to set\n"
+"-a, --atom=ATOM\t     Choose property name to set\n"
 "-m, --msg=MSG         Choose value of property to set\n",
           stdout);
        exit(0);