commit 3fdcb0ee307b3dedbb16e3bf6b70bf176dc38868
parent bfd2af4c0de3d2c6ecfd74ea17f1e8bb01b58bdf
Author: alex wennerberg <alex@alexwennerberg.com>
Date: Sat, 19 Feb 2022 16:45:53 -0800
Update comment
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/arg.rs b/arg.rs
@@ -19,11 +19,10 @@
// * missing arg -> print usage, exit
// * invalid flag -> print usage, exit
//
-// This is, of course, aggressively minimalist, perhaps even too much so. It is a WIP, and I'm
-// working on refining it to meet more use cases
+// This is, of course, aggressively minimalist, perhaps even too much so.
+// Feel free to modify to meet your needs.
//
// Goals are:
-//
// 1. As simple as possible
// 2. No use of macros
//