diff --git a/etc/caseDicts/postProcessing/visualization/streamlines.cfg b/etc/caseDicts/postProcessing/visualization/streamlines.cfg
index f2a6cddb2339405b4ab8f14675c3d5b4ea207446..b3179509ee3bfeb96affab6d2003244aa1ac9656 100644
--- a/etc/caseDicts/postProcessing/visualization/streamlines.cfg
+++ b/etc/caseDicts/postProcessing/visualization/streamlines.cfg
@@ -18,7 +18,7 @@ trackForward    true;
 lifeTime        10000;
 nSubCycle       5;
 
-cloudName       particleTracks;
+cloud           particleTracks;
 
 seedSampleSet
 {
diff --git a/src/functionObjects/field/streamLine/streamLine.H b/src/functionObjects/field/streamLine/streamLine.H
index 169c2313492d3c8200ec4409f37e7a4ed4e6a28b..ad1701aa0f064cc4e0549586f2e7d156a10bd155 100644
--- a/src/functionObjects/field/streamLine/streamLine.H
+++ b/src/functionObjects/field/streamLine/streamLine.H
@@ -55,7 +55,7 @@ Usage
         trackLength     1e-3;
         nSubCycle       5;
         bounds          (0.2 -10 -10)(0.22 10 10);
-        cloudName       particleTracks;
+        cloud           particleTracks;
 
         seedSampleSet
         {
@@ -78,7 +78,7 @@ Usage
         lifetime     | Maximum number of particle tracking steps | yes |
         trackLength  | Tracking segment length | no          |
         nSubCycle    | Number of tracking steps per cell | no|
-        cloudName    | Cloud name to use       | yes         |
+        cloud        | Cloud name to use       | yes         |
         bounds       | Bounding box to trim tracks | no | invertedBox
         seedSampleSet| Seeding method (see below)| yes       |
     \endtable
diff --git a/src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLine.H b/src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLine.H
index f4e70b88c661fa1e36c7de27646678e54de1efc8..219f87f734ef8e866ae49f2453d9da77cbb1e58c 100644
--- a/src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLine.H
+++ b/src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLine.H
@@ -55,7 +55,7 @@ Usage
         lifeTime        10000;
         trackLength     1e-3;
         bounds          (0.2 -10 -10)(0.22 10 10);
-        cloudName       particleTracks;
+        cloud           particleTracks;
 
         seedSampleSet
         {
@@ -77,7 +77,7 @@ Usage
         lifetime     | Maximum number of particle tracking steps | yes |
         trackLength  | Tracking segment length | no          |
         nSubCycle    | Number of tracking steps per cell | no|
-        cloudName    | Cloud name to use       | yes         |
+        cloud        | Cloud name to use       | yes         |
         bounds       | Bounding box to trim tracks | no | invertedBox
         seedSampleSet| Seeding method (see below)| yes       |
     \endtable