I'm using Perforce 2015.2. I attached my workspace to a Perforce stream with a command similar to:
p4 client -s -S //Product/Main
Now I'd like to detach the workspace from the stream. I tried:
p4 client -s -S //
But got an error:
Stream '//' is not the correct format of '//depotname/string'
How can I detach from my workspace from the stream?