diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-30 01:53:10 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-30 01:53:10 +0100 |
commit | 799bb3be1d099ce6979cd6baa8b84acc507130bd (patch) | |
tree | 54976d7dcefe2a063e20fc83e68549223411db9b | |
parent | 06e45fa081b79fccaf262cbea4192d303191b4fc (diff) |
More typo fixes…v1.0.4
-rw-r--r-- | opts.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ import ( "strings" ) -// ArgMode represents the whether or not a long-option takes an argument. +// ArgMode represents whether or not a long-option takes an argument. type ArgMode int // These tokens can be used to specify whether or not a long-option takes |