In Sass v.4.0.rc.1, the new --sourcemap option needs to specify its value with =. But other options such as --style or --default-encoding specify its value with space. This seems a bit confusing to users and 3rd party tools. I think --sourcemap option should specify its value with space like other options.
From https://github.com/sass/sass/issues/1321: