diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/getopt32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/getopt32.c b/libbb/getopt32.c index bcb7ea6a0..318f08059 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c @@ -268,7 +268,7 @@ Special characters: max 3 args; count uses of '-2'; min 2 args; if there is a '-2' option then unset '-3', '-X' and '-a'; if there is a '-2' and after it a '-x' then error out. - But it's far too obfuscated. Use ':' to separate groups. + But it's far too obfuscated. Use ':' to separate groups. */ /* Code here assumes that 'unsigned' is at least 32 bits wide */ |