diff --git a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
index 0897de8a4..908284bb9 100644
--- a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
+++ b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
@@ -30,9 +30,10 @@ namespace Flow.Launcher.Plugin
void RestartApp();
///
- /// Run a shell command or external program
+ /// Run a shell command
///
/// The command or program to run
+ /// the shell type to run, e.g. powershell.exe
/// Thrown when unable to find the file specified in the command
/// Thrown when error occurs during the execution of the command
void ShellRun(string cmd, string filename = "cmd.exe");