Fix a typo
[folly.git] / folly / Subprocess.h
index 8dabfc09af326047ae766ca1824e9e017f3a56cc..a3b9f877682013f588fc7ac3ccf3a11a09e25fd9 100644 (file)
@@ -456,6 +456,7 @@ class Subprocess {
    * The shell to use is taken from the environment variable $SHELL,
    * or /bin/sh if $SHELL is unset.
    */
+  FOLLY_DEPRECATED("Prefer not running in a shell or use `shellify`.")
   explicit Subprocess(
       const std::string& cmd,
       const Options& options = Options(),