I am running CLI on a windows box and my program is looking for a quoted text option. Example program -C "This is a comment" -h Works fine on windows, but when I move to Linux, it only grabs the first word of the quoted text. Any ideas??