Comment on xargs choice.
diff --git a/findutils/xargs.c b/findutils/xargs.c
index 73b1a02..adf1f13 100644
--- a/findutils/xargs.c
+++ b/findutils/xargs.c
@@ -1,4 +1,5 @@
-/* xargs for busybox */
+/* xargs for busybox  -- using GNU xargs till we can get something
+ * better.  minix xargs is a bit smaller... */
 
 /* xargs -- build and execute command lines from standard input
    Copyright (C) 1990, 91, 92, 93, 94 Free Software Foundation, Inc.
diff --git a/xargs.c b/xargs.c
index 73b1a02..adf1f13 100644
--- a/xargs.c
+++ b/xargs.c
@@ -1,4 +1,5 @@
-/* xargs for busybox */
+/* xargs for busybox  -- using GNU xargs till we can get something
+ * better.  minix xargs is a bit smaller... */
 
 /* xargs -- build and execute command lines from standard input
    Copyright (C) 1990, 91, 92, 93, 94 Free Software Foundation, Inc.