-? is also accepted as a help option
[gitmo/MooseX-Getopt.git] / lib / MooseX / Getopt / GLD.pm
index 17567b4..d5a49de 100644 (file)
@@ -22,7 +22,7 @@ role {
         traits => ['NoGetopt'],
     );
 
-    # captures the options: --help --usage --?
+    # captures the options: --help --usage --? -?
     has help_flag => (
         is => 'ro', isa => 'Bool',
         traits => ['Getopt'],